component_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where mc_id = 19679
Download this data as a CSV Spreadsheet (All Rows)
Suggested facets: component_frequency
| Link | rowid ▼ | mc_id | component_id | component_frequency |
|---|---|---|---|---|
| 33544 | 33544 | 19679 19679 | 21825 21825 | 1 |
| 68633 | 68633 | 19679 19679 | 21910 21910 | 1 |
| 76557 | 76557 | 19679 19679 | 6566 6566 | 3 |
| 91280 | 91280 | 19679 19679 | 22110 22110 | 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)
);