cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where inchi_id = 45186
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 72356 | 80396 80396 | 45186 45186 |
| 93964 | 102135 102135 | 45186 45186 |
| 145926 | 156723 156723 | 45186 45186 |
| 155148 | 166192 166192 | 45186 45186 |
| 217267 | 251054 251054 | 45186 45186 |
| 244677 | 280105 280105 | 45186 45186 |
| 244678 | 280106 280106 | 45186 45186 |
| 282773 | 324471 324471 | 45186 45186 |
| 431577 | 490406 490406 | 45186 45186 |
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)
);