cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inchi_id = 68374
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 4622 | 4894 4894 | 68374 68374 |
| 29936 | 31927 31927 | 68374 68374 |
| 66188 | 74265 74265 | 68374 68374 |
| 142492 | 153306 153306 | 68374 68374 |
| 221749 | 255851 255851 | 68374 68374 |
| 283403 | 325317 325317 | 68374 68374 |
| 427171 | 486028 486028 | 68374 68374 |
| 466628 | 525636 525636 | 68374 68374 |
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)
);