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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
2612 2612 794 794 15509 15509 1
4816 4816 794 794 2096 2096 1
6682 6682 794 794 17828 17828 1
28018 28018 794 794 17831 17831 1
52182 52182 794 794 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 499.586ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website