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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
32370 32370 1783 1783 5432 5432 1
32411 32411 1783 1783 7230 7230 1
32676 32676 1783 1783 2197 2197 1
33739 33739 1783 1783 13272 13272 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 49.175ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website