component_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where component_id = 5725
Download this data as a CSV Spreadsheet (All Rows)
Suggested facets: component_frequency
| Link | rowid ▼ | mc_id | component_id | component_frequency |
|---|---|---|---|---|
| 30469 | 30469 | 37347 37347 | 5725 5725 | 1 |
| 30470 | 30470 | 19775 19775 | 5725 5725 | 2 |
| 30471 | 30471 | 9833 9833 | 5725 5725 | 1 |
| 30472 | 30472 | 577 577 | 5725 5725 | 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)
);