cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inchi_id = 4192
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 9382 | 9637 9637 | 4192 4192 |
| 59564 | 66822 66822 | 4192 4192 |
| 77973 | 85978 85978 | 4192 4192 |
| 202216 | 230512 230512 | 4192 4192 |
| 208662 | 241240 241240 | 4192 4192 |
| 228813 | 263430 263430 | 4192 4192 |
| 434727 | 493545 493545 | 4192 4192 |
| 470593 | 529577 529577 | 4192 4192 |
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)
);