component_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where component_id = 2263
Download this data as a CSV Spreadsheet (All Rows)
Suggested facets: component_frequency
| Link | rowid ▼ | mc_id | component_id | component_frequency |
|---|---|---|---|---|
| 72096 | 72096 | 15465 15465 | 2263 2263 | 2 |
| 72097 | 72097 | 15469 15469 | 2263 2263 | 3 |
| 72098 | 72098 | 15470 15470 | 2263 2263 | 2 |
| 72099 | 72099 | 15468 15468 | 2263 2263 | 2 |
| 72100 | 72100 | 15466 15466 | 2263 2263 | 3 |
| 72101 | 72101 | 15467 15467 | 2263 2263 | 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)
);