cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inchi_id = 85266
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 76979 | 84991 84991 | 85266 85266 |
| 175863 | 201757 201757 | 85266 85266 |
| 184464 | 211462 211462 | 85266 85266 |
| 224774 | 259253 259253 | 85266 85266 |
| 259952 | 296238 296238 | 85266 85266 |
| 259953 | 296239 296239 | 85266 85266 |
| 274183 | 313787 313787 | 85266 85266 |
| 297328 | 344687 344687 | 85266 85266 |
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)
);