cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 68307
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 45827 | 50550 50550 | 68307 68307 |
| 75778 | 83795 83795 | 68307 68307 |
| 147441 | 158229 158229 | 68307 68307 |
| 221662 | 255764 255764 | 68307 68307 |
| 253349 | 289295 289295 | 68307 68307 |
| 253350 | 289296 289296 | 68307 68307 |
| 264417 | 301216 301216 | 68307 68307 |
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)
);