component_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where mc_id = 36471
Download this data as a CSV Spreadsheet (All Rows)
Suggested facets: component_frequency
| Link | rowid ▼ | mc_id | component_id | component_frequency |
|---|---|---|---|---|
| 23584 | 23584 | 36471 36471 | 22182 22182 | 8 |
| 40334 | 40334 | 36471 36471 | 22281 22281 | 2 |
| 40772 | 40772 | 36471 36471 | 21836 21836 | 2 |
| 42032 | 42032 | 36471 36471 | 22371 22371 | 1 |
| 63781 | 63781 | 36471 36471 | 21830 21830 | 1 |
| 91784 | 91784 | 36471 36471 | 22183 22183 | 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)
);