home / zeropm-v0-0-4

component_index

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

4 rows where component_id = 4652

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
74278 74278 17970 17970 4652 4652 1
74279 74279 21262 21262 4652 4652 1
74280 74280 37005 37005 4652 4652 1
74281 74281 11343 11343 4652 4652 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 320.416ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website