component_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where component_id = 3092
Download this data as a CSV Spreadsheet (All Rows)
Suggested facets: component_frequency
| Link | rowid ▼ | mc_id | component_id | component_frequency |
|---|---|---|---|---|
| 72741 | 72741 | 15617 15617 | 3092 3092 | 1 |
| 72742 | 72742 | 6938 6938 | 3092 3092 | 1 |
| 72743 | 72743 | 18819 18819 | 3092 3092 | 2 |
| 72744 | 72744 | 15543 15543 | 3092 3092 | 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)
);