home / zeropm-v0-0-4

component_index

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

4 rows where component_id = 7540

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
31244 31244 15884 15884 7540 7540 1
31245 31245 10342 10342 7540 7540 1
31246 31246 10153 10153 7540 7540 1
31247 31247 9608 9608 7540 7540 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 50.089ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website