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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
165 165 30008 30008 20774 20774 1
3111 3111 30008 30008 16818 16818 1
33482 33482 30008 30008 18403 18403 1
47758 47758 30008 30008 21979 21979 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 70.246ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website