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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ mc_id component_id component_frequency
31651 31651 11915 11915 17386 17386 1
31652 31652 31045 31045 17386 17386 1
31653 31653 31029 31029 17386 17386 1
31654 31654 30911 30911 17386 17386 1
31655 31655 31046 31046 17386 17386 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 160.101ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website