component_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where component_id = 17653
Download this data as a CSV Spreadsheet (All Rows)
Suggested facets: component_frequency
| Link | rowid ▼ | mc_id | component_id | component_frequency |
|---|---|---|---|---|
| 68700 | 68700 | 32098 32098 | 17653 17653 | 2 |
| 68701 | 68701 | 36174 36174 | 17653 17653 | 2 |
| 68702 | 68702 | 36799 36799 | 17653 17653 | 1 |
| 68703 | 68703 | 35497 35497 | 17653 17653 | 4 |
| 68704 | 68704 | 30727 30727 | 17653 17653 | 2 |
| 68705 | 68705 | 30746 30746 | 17653 17653 | 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)
);