cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 112766
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 16049 | 16629 16629 | 112766 112766 |
| 37779 | 40188 40188 | 112766 112766 |
| 54941 | 61367 61367 | 112766 112766 |
| 100391 | 108450 108450 | 112766 112766 |
| 197240 | 225142 225142 | 112766 112766 |
| 212302 | 245638 245638 | 112766 112766 |
| 446449 | 505243 505243 | 112766 112766 |
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)
);