component_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where component_id = 17850
Download this data as a CSV Spreadsheet (All Rows)
Suggested facets: component_frequency
| Link | rowid ▼ | mc_id | component_id | component_frequency |
|---|---|---|---|---|
| 68298 | 68298 | 28561 28561 | 17850 17850 | 2 |
| 68299 | 68299 | 27103 27103 | 17850 17850 | 2 |
| 68300 | 68300 | 27025 27025 | 17850 17850 | 2 |
| 68301 | 68301 | 28723 28723 | 17850 17850 | 2 |
| 68302 | 68302 | 24565 24565 | 17850 17850 | 1 |
| 68303 | 68303 | 24646 24646 | 17850 17850 | 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)
);