home / zeropm-v0-0-4

component_index

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

4 rows where mc_id = 10655

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
2635 2635 10655 10655 15509 15509 1
7062 7062 10655 10655 19202 19202 1
51897 51897 10655 10655 15585 15585 1
53446 53446 10655 10655 16994 16994 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 108.219ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website