cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where inchi_id = 74008
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 13555 | 13900 13900 | 74008 74008 |
| 60884 | 68342 68342 | 74008 74008 |
| 92344 | 100301 100301 | 74008 74008 |
| 154321 | 165330 165330 | 74008 74008 |
| 186881 | 214178 214178 | 74008 74008 |
| 222459 | 256637 256637 | 74008 74008 |
| 255112 | 291101 291101 | 74008 74008 |
| 255113 | 291102 291102 | 74008 74008 |
| 441639 | 500438 500438 | 74008 74008 |
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)
);