component_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where component_id = 22330
Download this data as a CSV Spreadsheet (All Rows)
Suggested facets: component_frequency
| Link | rowid ▼ | mc_id | component_id | component_frequency |
|---|---|---|---|---|
| 93300 | 93300 | 36778 36778 | 22330 22330 | 4 |
| 93301 | 93301 | 17879 17879 | 22330 22330 | 1 |
| 93302 | 93302 | 33755 33755 | 22330 22330 | 1 |
| 93303 | 93303 | 35047 35047 | 22330 22330 | 2 |
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)
);