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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
16337 16337 37922 37922 22157 22157 1
41063 41063 37922 37922 21836 21836 1
49996 49996 37922 37922 21921 21921 1
74031 74031 37922 37922 4444 4444 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 90.39ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website