home / zeropm-v0-0-4

component_index

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

5 rows where component_id = 996

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
6209 6209 13440 13440 996 996 1
6210 6210 5630 5630 996 996 1
6211 6211 10987 10987 996 996 1
6212 6212 3399 3399 996 996 1
6213 6213 2719 2719 996 996 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 54.224ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website