cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 70779
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 22314 | 23545 23545 | 70779 70779 |
| 29713 | 31707 31707 | 70779 70779 |
| 54068 | 60350 60350 | 70779 70779 |
| 125847 | 133946 133946 | 70779 70779 |
| 254027 | 289970 289970 | 70779 70779 |
| 254029 | 289971 289971 | 70779 70779 |
| 461864 | 520902 520902 | 70779 70779 |
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)
);