component_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where component_id = 19656
Download this data as a CSV Spreadsheet (All Rows)
Suggested facets: component_frequency
| Link | rowid ▼ | mc_id | component_id | component_frequency |
|---|---|---|---|---|
| 67303 | 67303 | 12443 12443 | 19656 19656 | 2 |
| 67304 | 67304 | 2973 2973 | 19656 19656 | 2 |
| 67305 | 67305 | 12461 12461 | 19656 19656 | 3 |
| 67306 | 67306 | 2819 2819 | 19656 19656 | 3 |
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)
);