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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
1831 1831 30011 30011 13365 13365 1
5310 5310 30011 30011 18041 18041 1
52743 52743 30011 30011 20642 20642 1
56127 56127 30011 30011 817 817 1
57368 57368 30011 30011 20491 20491 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 59.471ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website