home / zeropm-v0-0-4

component_index

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

5 rows where mc_id = 8194

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
467 467 8194 8194 20774 20774 1
2455 2455 8194 8194 16886 16886 1
2665 2665 8194 8194 15509 15509 1
28134 28134 8194 8194 17831 17831 1
52138 52138 8194 8194 15542 15542 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 100.824ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website