component_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where component_id = 20266
Download this data as a CSV Spreadsheet (All Rows)
Suggested facets: component_frequency
| Link | rowid ▼ | mc_id | component_id | component_frequency |
|---|---|---|---|---|
| 88983 | 88983 | 33256 33256 | 20266 20266 | 1 |
| 88984 | 88984 | 10016 10016 | 20266 20266 | 2 |
| 88985 | 88985 | 3486 3486 | 20266 20266 | 2 |
| 88986 | 88986 | 34468 34468 | 20266 20266 | 2 |
| 88987 | 88987 | 35304 35304 | 20266 20266 | 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)
);