component_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where component_id = 17423
Download this data as a CSV Spreadsheet (All Rows)
Suggested facets: component_frequency
| Link | rowid ▼ | mc_id | component_id | component_frequency |
|---|---|---|---|---|
| 86836 | 86836 | 11778 11778 | 17423 17423 | 3 |
| 86837 | 86837 | 11781 11781 | 17423 17423 | 2 |
| 86838 | 86838 | 11830 11830 | 17423 17423 | 2 |
| 86839 | 86839 | 11831 11831 | 17423 17423 | 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)
);