home / zeropm-v0-0-4

component_index

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

10 rows where component_id = 8647

✎ 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
32270 32270 15812 15812 8647 8647 1
32271 32271 18957 18957 8647 8647 2
32272 32272 15814 15814 8647 8647 1
32273 32273 3843 3843 8647 8647 1
32274 32274 15813 15813 8647 8647 1
32275 32275 24012 24012 8647 8647 2
32276 32276 10215 10215 8647 8647 1
32277 32277 22180 22180 8647 8647 1
32278 32278 13069 13069 8647 8647 1
32279 32279 8627 8627 8647 8647 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 221.814ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website