cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 68114
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 91389 | 99351 99351 | 68114 68114 |
| 153916 | 164921 164921 | 68114 68114 |
| 187710 | 215066 215066 | 68114 68114 |
| 221608 | 255710 255710 | 68114 68114 |
| 253272 | 289211 289211 | 68114 68114 |
| 253273 | 289212 289212 | 68114 68114 |
| 262355 | 298784 298784 | 68114 68114 |
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)
);