cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 112345
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 113611 | 121569 121569 | 112345 112345 |
| 165130 | 179352 179352 | 112345 112345 |
| 174961 | 199936 199936 | 112345 112345 |
| 191749 | 219537 219537 | 112345 112345 |
| 226003 | 260535 260535 | 112345 112345 |
| 297294 | 344649 344649 | 112345 112345 |
| 478766 | 538027 538027 | 112345 112345 |
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)
);