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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
44961 44961 30446 30446 21799 21799 1
53281 53281 30446 30446 123 123 1
71938 71938 30446 30446 2093 2093 1
89758 89758 30446 30446 21342 21342 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 60.773ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website