component_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where component_id = 17839
Download this data as a CSV Spreadsheet (All Rows)
Suggested facets: component_frequency
| Link | rowid ▼ | mc_id | component_id | component_frequency |
|---|---|---|---|---|
| 5224 | 5224 | 34831 34831 | 17839 17839 | 1 |
| 5225 | 5225 | 30234 30234 | 17839 17839 | 4 |
| 5226 | 5226 | 30243 30243 | 17839 17839 | 2 |
| 5227 | 5227 | 30228 30228 | 17839 17839 | 4 |
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)
);