component_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where component_id = 21721
Download this data as a CSV Spreadsheet (All Rows)
Suggested facets: component_frequency
| Link | rowid ▼ | mc_id | component_id | component_frequency |
|---|---|---|---|---|
| 90178 | 90178 | 33607 33607 | 21721 21721 | 1 |
| 90179 | 90179 | 15160 15160 | 21721 21721 | 2 |
| 90180 | 90180 | 22790 22790 | 21721 21721 | 1 |
| 90181 | 90181 | 21485 21485 | 21721 21721 | 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)
);