component_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where mc_id = 23785
Download this data as a CSV Spreadsheet (All Rows)
Suggested facets: component_frequency
| Link | rowid ▼ | mc_id | component_id | component_frequency |
|---|---|---|---|---|
| 6396 | 6396 | 23785 23785 | 22365 22365 | 2 |
| 8101 | 8101 | 23785 23785 | 21923 21923 | 6 |
| 40223 | 40223 | 23785 23785 | 22355 22355 | 1 |
| 51206 | 51206 | 23785 23785 | 21921 21921 | 3 |
| 55888 | 55888 | 23785 23785 | 65 65 | 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)
);