cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
17 rows where inchi_id = 49256
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 1072 | 1110 1110 | 49256 49256 |
| 8134 | 8395 8395 | 49256 49256 |
| 73107 | 81138 81138 | 49256 49256 |
| 146198 | 156991 156991 | 49256 49256 |
| 181141 | 208076 208076 | 49256 49256 |
| 181142 | 208077 208077 | 49256 49256 |
| 191172 | 218953 218953 | 49256 49256 |
| 205668 | 237726 237726 | 49256 49256 |
| 218100 | 251905 251905 | 49256 49256 |
| 246227 | 281659 281659 | 49256 49256 |
| 246228 | 281660 281660 | 49256 49256 |
| 324678 | 374941 374941 | 49256 49256 |
| 369573 | 422647 422647 | 49256 49256 |
| 408240 | 464163 464163 | 49256 49256 |
| 424808 | 483507 483507 | 49256 49256 |
| 431958 | 490786 490786 | 49256 49256 |
| 469410 | 528394 528394 | 49256 49256 |
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)
);