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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
2256 2256 8109 8109 15569 15569 1
27330 27330 8109 8109 18018 18018 1
28730 28730 8109 8109 17843 17843 1
52394 52394 8109 8109 3937 3937 1
53039 53039 8109 8109 20710 20710 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 98.229ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website