cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where inchi_id = 35268
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 1973 | 2055 2055 | 35268 35268 |
| 61989 | 69564 69564 | 35268 35268 |
| 62731 | 70568 70568 | 35268 35268 |
| 109211 | 117191 117191 | 35268 35268 |
| 193661 | 221489 221489 | 35268 35268 |
| 205433 | 237392 237392 | 35268 35268 |
| 215627 | 249371 249371 | 35268 35268 |
| 274463 | 314119 314119 | 35268 35268 |
| 478041 | 537236 537236 | 35268 35268 |
CREATE TABLE [cleanventory_chemicals] (
[cleanventory_id] integer PRIMARY KEY,
[inventory_id] integer,
[inchi_id] integer,
FOREIGN KEY (inventory_id) REFERENCES inventories(inventory_id),
FOREIGN KEY (inchi_id) REFERENCES substances(inchi_id)
);