component_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where component_id = 16690
Download this data as a CSV Spreadsheet (All Rows)
Suggested facets: component_frequency
| Link | rowid ▼ | mc_id | component_id | component_frequency |
|---|---|---|---|---|
| 42944 | 42944 | 6823 6823 | 16690 16690 | 1 |
| 42945 | 42945 | 4407 4407 | 16690 16690 | 1 |
| 42946 | 42946 | 30339 30339 | 16690 16690 | 4 |
| 42947 | 42947 | 30341 30341 | 16690 16690 | 4 |
| 42948 | 42948 | 1708 1708 | 16690 16690 | 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)
);