home / zeropm-v0-0-4

component_index

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

5 rows where component_id = 4789

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
74645 74645 21162 21162 4789 4789 1
74646 74646 22355 22355 4789 4789 1
74647 74647 36265 36265 4789 4789 1
74648 74648 17496 17496 4789 4789 1
74649 74649 36869 36869 4789 4789 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 53.547ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website