component_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where mc_id = 36468
Download this data as a CSV Spreadsheet (All Rows)
Suggested facets: component_frequency
| Link | rowid ▼ | mc_id | component_id | component_frequency |
|---|---|---|---|---|
| 36090 | 36090 | 36468 36468 | 21877 21877 | 2 |
| 41615 | 41615 | 36468 36468 | 21849 21849 | 1 |
| 42038 | 42038 | 36468 36468 | 22371 22371 | 1 |
| 51031 | 51031 | 36468 36468 | 21921 21921 | 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)
);