component_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where component_id = 3509
Download this data as a CSV Spreadsheet (All Rows)
Suggested facets: component_frequency
| Link | rowid ▼ | mc_id | component_id | component_frequency |
|---|---|---|---|---|
| 73071 | 73071 | 17251 17251 | 3509 3509 | 1 |
| 73072 | 73072 | 25756 25756 | 3509 3509 | 2 |
| 73073 | 73073 | 27881 27881 | 3509 3509 | 2 |
| 73074 | 73074 | 24624 24624 | 3509 3509 | 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)
);