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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
12372 12372 20011 20011 21843 21843 1
16065 16065 20011 20011 22157 22157 1
74935 74935 20011 20011 4994 4994 1
74939 74939 20011 20011 4996 4996 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 267.552ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website