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 = 28328

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
54756 54756 28328 28328 754 754 1
65411 65411 28328 28328 20860 20860 1
67577 67577 28328 28328 21689 21689 1
91126 91126 28328 28328 22066 22066 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 823.518ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website