cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where inchi_id = 68087
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 21810 | 23018 23018 | 68087 68087 |
| 31290 | 33272 33272 | 68087 68087 |
| 40974 | 45002 45002 | 68087 68087 |
| 124384 | 132517 132517 | 68087 68087 |
| 253270 | 289209 289209 | 68087 68087 |
| 253271 | 289210 289210 | 68087 68087 |
| 267517 | 305252 305252 | 68087 68087 |
| 460271 | 519375 519375 | 68087 68087 |
| 480358 | 540181 540181 | 68087 68087 |
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)
);