cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inchi_id = 83810
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 5306 | 5575 5575 | 83810 83810 |
| 67177 | 75246 75246 | 83810 83810 |
| 143141 | 153949 153949 | 83810 83810 |
| 184934 | 212092 212092 | 83810 83810 |
| 259012 | 295194 295194 | 83810 83810 |
| 259013 | 295195 295195 | 83810 83810 |
| 267805 | 305564 305564 | 83810 83810 |
| 427895 | 486744 486744 | 83810 83810 |
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)
);