component_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where component_id = 16770
Download this data as a CSV Spreadsheet (All Rows)
Suggested facets: component_frequency
| Link | rowid ▼ | mc_id | component_id | component_frequency |
|---|---|---|---|---|
| 55567 | 55567 | 19959 19959 | 16770 16770 | 1 |
| 55568 | 55568 | 24900 24900 | 16770 16770 | 1 |
| 55569 | 55569 | 4673 4673 | 16770 16770 | 1 |
| 55570 | 55570 | 28268 28268 | 16770 16770 | 3 |
| 55571 | 55571 | 19139 19139 | 16770 16770 | 2 |
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)
);