cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where inchi_id = 14808
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 15751 | 16329 16329 | 14808 14808 |
| 32036 | 34106 34106 | 14808 14808 |
| 99160 | 107234 107234 | 14808 14808 |
| 176529 | 202433 202433 | 14808 14808 |
| 197820 | 225914 225914 | 14808 14808 |
| 211806 | 245046 245046 | 14808 14808 |
| 234643 | 269846 269846 | 14808 14808 |
| 234644 | 269847 269847 | 14808 14808 |
| 270426 | 308599 308599 | 14808 14808 |
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)
);