cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where inchi_id = 112844
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 8187 | 8448 8448 | 112844 112844 |
| 61442 | 68952 68952 | 112844 112844 |
| 73199 | 81230 81230 | 112844 112844 |
| 146239 | 157032 157032 | 112844 112844 |
| 191076 | 218858 218858 | 112844 112844 |
| 218212 | 252020 252020 | 112844 112844 |
| 246441 | 281877 281877 | 112844 112844 |
| 246442 | 281878 281878 | 112844 112844 |
| 432034 | 490862 490862 | 112844 112844 |
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)
);