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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
28448 28448 3431 3431 19666 19666 1
58805 58805 3431 3431 10 10 1
59052 59052 3431 3431 19667 19667 1
88591 88591 3431 3431 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 53.434ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website