home / zeropm-v0-0-4

component_index

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

6 rows where component_id = 666

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
10385 10385 2602 2602 666 666 1
10386 10386 36200 36200 666 666 1
10387 10387 35251 35251 666 666 1
10388 10388 35751 35751 666 666 1
10389 10389 14968 14968 666 666 1
10390 10390 6800 6800 666 666 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 50.622ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website