cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 110281
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 59312 | 66550 66550 | 110281 110281 |
| 213118 | 246623 246623 | 110281 110281 |
| 236692 | 271984 271984 | 110281 110281 |
| 236693 | 271985 271985 | 110281 110281 |
| 236694 | 271986 271986 | 110281 110281 |
| 295476 | 341787 341787 | 110281 110281 |
| 476651 | 535829 535829 | 110281 110281 |
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)
);