cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where inchi_id = 53757
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 12505 | 12821 12821 | 53757 53757 |
| 89084 | 97072 97072 | 53757 53757 |
| 153041 | 164008 164008 | 53757 53757 |
| 190230 | 218001 218001 | 53757 53757 |
| 219045 | 252879 252879 | 53757 53757 |
| 248030 | 283466 283466 | 53757 53757 |
| 248031 | 283467 283467 | 53757 53757 |
| 440194 | 499019 499019 | 53757 53757 |
| 473135 | 532136 532136 | 53757 53757 |
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)
);