component_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where component_id = 4718
Download this data as a CSV Spreadsheet (All Rows)
Suggested facets: component_frequency
| Link | rowid ▼ | mc_id | component_id | component_frequency |
|---|---|---|---|---|
| 74378 | 74378 | 36304 36304 | 4718 4718 | 2 |
| 74379 | 74379 | 15136 15136 | 4718 4718 | 1 |
| 74380 | 74380 | 36303 36303 | 4718 4718 | 1 |
| 74381 | 74381 | 36305 36305 | 4718 4718 | 2 |
| 74382 | 74382 | 15138 15138 | 4718 4718 | 1 |
| 74383 | 74383 | 36306 36306 | 4718 4718 | 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)
);