cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where inchi_id = 256
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 14115 | 14577 14577 | 256 256 |
| 52824 | 58926 58926 | 256 256 |
| 93439 | 101615 101615 | 256 256 |
| 154871 | 165907 165907 | 256 256 |
| 155437 | 166523 166523 | 256 256 |
| 203765 | 232108 232108 | 256 256 |
| 207138 | 239676 239676 | 256 256 |
| 294962 | 341170 341170 | 256 256 |
| 442393 | 501311 501311 | 256 256 |
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)
);