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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
31304 31304 6995 6995 21156 21156 1
31305 31305 3393 3393 21156 21156 1
31306 31306 8847 8847 21156 21156 1
31307 31307 759 759 21156 21156 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.175ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website