home / zeropm-v0-0-4

component_index

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

11 rows where component_id = 2302

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Suggested facets: component_frequency

Link rowid ▼ mc_id component_id component_frequency
68008 68008 31450 31450 2302 2302 2
68009 68009 19276 19276 2302 2302 1
68010 68010 19910 19910 2302 2302 3
68011 68011 37126 37126 2302 2302 1
68012 68012 24891 24891 2302 2302 1
68013 68013 22893 22893 2302 2302 1
68014 68014 32759 32759 2302 2302 2
68015 68015 32699 32699 2302 2302 2
68016 68016 27568 27568 2302 2302 2
68017 68017 28882 28882 2302 2302 1
68018 68018 29086 29086 2302 2302 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 50.673ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website