home / zeropm-v0-0-4

component_index

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

10 rows where component_id = 20718

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
68267 68267 15206 15206 20718 20718 1
68268 68268 15207 15207 20718 20718 1
68269 68269 15204 15204 20718 20718 1
68270 68270 28035 28035 20718 20718 1
68271 68271 22944 22944 20718 20718 1
68272 68272 11285 11285 20718 20718 1
68273 68273 331 331 20718 20718 1
68274 68274 23703 23703 20718 20718 1
68275 68275 16224 16224 20718 20718 1
68276 68276 15205 15205 20718 20718 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 50.173ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website