home / zeropm-v0-0-4

component_index

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

3 rows where component_id = 11099

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
15522 15522 15592 15592 11099 11099 1
15523 15523 17679 17679 11099 11099 1
15524 15524 10144 10144 11099 11099 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 69.06ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website