component_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where mc_id = 28539
Download this data as a CSV Spreadsheet (All Rows)
Suggested facets: component_frequency
| Link | rowid ▼ | mc_id | component_id | component_frequency |
|---|---|---|---|---|
| 36688 | 36688 | 28539 28539 | 22133 22133 | 1 |
| 53909 | 53909 | 28539 28539 | 21440 21440 | 2 |
| 67746 | 67746 | 28539 28539 | 20385 20385 | 3 |
| 91448 | 91448 | 28539 28539 | 22137 22137 | 1 |
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)
);