cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
20 rows where inchi_id = 255
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 14114 | 14576 14576 | 255 255 |
| 52791 | 58893 58893 | 255 255 |
| 93438 | 101614 101614 | 255 255 |
| 154870 | 165906 165906 | 255 255 |
| 182593 | 209529 209529 | 255 255 |
| 203766 | 232109 232109 | 255 255 |
| 207137 | 239675 239675 | 255 255 |
| 225544 | 260070 260070 | 255 255 |
| 225545 | 260071 260071 | 255 255 |
| 291015 | 335415 335415 | 255 255 |
| 301056 | 351300 351300 | 255 255 |
| 301057 | 351301 351301 | 255 255 |
| 342230 | 395197 395197 | 255 255 |
| 342231 | 395198 395198 | 255 255 |
| 342232 | 395199 395199 | 255 255 |
| 342233 | 395200 395200 | 255 255 |
| 391033 | 446870 446870 | 255 255 |
| 391034 | 446871 446871 | 255 255 |
| 421294 | 479759 479759 | 255 255 |
| 442392 | 501310 501310 | 255 255 |
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)
);