component_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where mc_id = 37820
Download this data as a CSV Spreadsheet (All Rows)
Suggested facets: component_frequency
| Link | rowid ▼ | mc_id | component_id | component_frequency |
|---|---|---|---|---|
| 28836 | 28836 | 37820 37820 | 15651 15651 | 3 |
| 36243 | 36243 | 37820 37820 | 21877 21877 | 1 |
| 85914 | 85914 | 37820 37820 | 16323 16323 | 1 |
| 85917 | 85917 | 37820 37820 | 16325 16325 | 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)
);