home / zeropm-v0-0-4

component_index

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

6 rows where mc_id = 12512

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
8653 8653 12512 12512 3798 3798 1
28590 28590 12512 12512 10214 10214 1
34704 34704 12512 12512 1240 1240 1
34705 34705 12512 12512 1818 1818 1
34706 34706 12512 12512 2534 2534 1
34737 34737 12512 12512 3095 3095 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 70.098ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website