component_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where component_id = 15676
Download this data as a CSV Spreadsheet (All Rows)
Suggested facets: component_frequency
| Link | rowid ▼ | mc_id | component_id | component_frequency |
|---|---|---|---|---|
| 65330 | 65330 | 3138 3138 | 15676 15676 | 4 |
| 65331 | 65331 | 6571 6571 | 15676 15676 | 4 |
| 65332 | 65332 | 16468 16468 | 15676 15676 | 1 |
| 65333 | 65333 | 517 517 | 15676 15676 | 1 |
| 65334 | 65334 | 24480 24480 | 15676 15676 | 3 |
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)
);