home / zeropm-v0-0-4

component_index

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

14 rows where component_id = 21365

✎ 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
68842 68842 22781 22781 21365 21365 2
68843 68843 28827 28827 21365 21365 2
68844 68844 18328 18328 21365 21365 2
68845 68845 16050 16050 21365 21365 2
68846 68846 24333 24333 21365 21365 1
68847 68847 26758 26758 21365 21365 2
68848 68848 28371 28371 21365 21365 1
68849 68849 32403 32403 21365 21365 3
68850 68850 24961 24961 21365 21365 1
68851 68851 5851 5851 21365 21365 2
68852 68852 35883 35883 21365 21365 2
68853 68853 16109 16109 21365 21365 2
68854 68854 22233 22233 21365 21365 2
68855 68855 18667 18667 21365 21365 2
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 49.711ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website