home / zeropm-v0-0-4

component_index

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

4 rows where mc_id = 16383

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
37324 37324 16383 16383 22116 22116 1
42311 42311 16383 16383 21625 21625 1
49319 49319 16383 16383 22081 22081 1
50087 50087 16383 16383 21921 21921 1
CREATE TABLE [component_index] (
        [mc_id] integer,
        [component_id] integer,
        [component_frequency] integer,
        FOREIGN KEY (mc_id) REFERENCES multi_components(mc_id),
        FOREIGN KEY (component_id) REFERENCES components(component_id)
);
Powered by Datasette · Queries took 60.056ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website