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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
14692 14692 14403 14403 21801 21801 1
46260 46260 14403 14403 21799 21799 1
62949 62949 14403 14403 20358 20358 1
89711 89711 14403 14403 21277 21277 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 61.501ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website