cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where inchi_id = 8859
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 15020 | 15600 15600 | 8859 8859 |
| 58076 | 64931 64931 | 8859 8859 |
| 96142 | 104266 104266 | 8859 8859 |
| 156357 | 168352 168352 | 8859 8859 |
| 210270 | 243320 243320 | 8859 8859 |
| 231999 | 266970 266970 | 8859 8859 |
| 232000 | 266971 266971 | 8859 8859 |
| 280284 | 320913 320913 | 8859 8859 |
| 444315 | 503170 503170 | 8859 8859 |
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)
);