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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
51576 51576 28937 28937 22187 22187 1
51577 51577 22538 22538 22187 22187 1
51578 51578 22022 22022 22187 22187 1
51579 51579 1127 1127 22187 22187 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 49.533ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website