component_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where mc_id = 34698
Download this data as a CSV Spreadsheet (All Rows)
Suggested facets: component_frequency
| Link | rowid ▼ | mc_id | component_id | component_frequency |
|---|---|---|---|---|
| 40295 | 40295 | 34698 34698 | 22355 22355 | 1 |
| 47716 | 47716 | 34698 34698 | 21979 21979 | 2 |
| 49805 | 49805 | 34698 34698 | 22276 22276 | 2 |
| 68232 | 68232 | 34698 34698 | 21973 21973 | 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)
);