cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 54894
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 8510 | 8770 8770 | 54894 54894 |
| 74148 | 82173 82173 | 54894 54894 |
| 189934 | 217698 217698 | 54894 54894 |
| 219345 | 253185 253185 | 54894 54894 |
| 248535 | 283977 283977 | 54894 54894 |
| 248536 | 283978 283978 | 54894 54894 |
| 432494 | 491321 491321 | 54894 54894 |
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)
);