component_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where component_id = 9482
Download this data as a CSV Spreadsheet (All Rows)
Suggested facets: component_frequency
| Link | rowid ▼ | mc_id | component_id | component_frequency |
|---|---|---|---|---|
| 63629 | 63629 | 15879 15879 | 9482 9482 | 1 |
| 63630 | 63630 | 9236 9236 | 9482 9482 | 1 |
| 63631 | 63631 | 15880 15880 | 9482 9482 | 1 |
| 63632 | 63632 | 32517 32517 | 9482 9482 | 2 |
| 63633 | 63633 | 13871 13871 | 9482 9482 | 1 |
| 63634 | 63634 | 15008 15008 | 9482 9482 | 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)
);