component_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where mc_id = 31862
Download this data as a CSV Spreadsheet (All Rows)
Suggested facets: component_frequency
| Link | rowid ▼ | mc_id | component_id | component_frequency |
|---|---|---|---|---|
| 18531 | 18531 | 31862 31862 | 22157 22157 | 3 |
| 40343 | 40343 | 31862 31862 | 22281 22281 | 1 |
| 49825 | 49825 | 31862 31862 | 22276 22276 | 1 |
| 68238 | 68238 | 31862 31862 | 21973 21973 | 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)
);