cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inchi_id = 192032
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 54829 | 61218 61218 | 192032 192032 |
| 79030 | 87049 87049 | 192032 192032 |
| 148806 | 159623 159623 | 192032 192032 |
| 198868 | 226974 226974 | 192032 192032 |
| 210908 | 244026 244026 | 192032 192032 |
| 233126 | 268144 268144 | 192032 192032 |
| 233127 | 268145 268145 | 192032 192032 |
| 471040 | 530040 530040 | 192032 192032 |
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)
);