component_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where component_id = 14
Download this data as a CSV Spreadsheet (All Rows)
Suggested facets: component_frequency
| Link | rowid ▼ | mc_id | component_id | component_frequency |
|---|---|---|---|---|
| 63878 | 63878 | 17853 17853 | 14 14 | 2 |
| 63879 | 63879 | 18054 18054 | 14 14 | 2 |
| 63880 | 63880 | 34364 34364 | 14 14 | 2 |
| 63881 | 63881 | 18737 18737 | 14 14 | 2 |
| 63882 | 63882 | 36407 36407 | 14 14 | 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)
);