component_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where component_id = 15547
Download this data as a CSV Spreadsheet (All Rows)
Suggested facets: component_frequency
| Link | rowid ▼ | mc_id | component_id | component_frequency |
|---|---|---|---|---|
| 64625 | 64625 | 26188 26188 | 15547 15547 | 1 |
| 64626 | 64626 | 32346 32346 | 15547 15547 | 1 |
| 64627 | 64627 | 24774 24774 | 15547 15547 | 1 |
| 64628 | 64628 | 24023 24023 | 15547 15547 | 1 |
| 64629 | 64629 | 21363 21363 | 15547 15547 | 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)
);