home / zeropm-v0-0-4

component_index

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

5 rows where mc_id = 5844

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
1096 1096 5844 5844 2620 2620 1
1900 1900 5844 5844 13365 13365 1
4900 4900 5844 5844 155 155 1
32168 32168 5844 5844 21491 21491 1
52604 52604 5844 5844 21259 21259 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 54.602ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website