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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
12121 12121 37424 37424 21843 21843 1
30164 30164 37424 37424 12771 12771 1
51365 51365 37424 37424 21921 21921 1
74821 74821 37424 37424 4925 4925 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 100.707ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website