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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
12345 12345 9483 9483 21843 21843 1
28471 28471 9483 9483 19666 19666 1
59055 59055 9483 9483 19667 19667 1
88590 88590 9483 9483 19668 19668 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 104.11ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website