cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where inchi_id = 15096
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 15799 | 16378 16378 | 15096 15096 |
| 28301 | 30317 30317 | 15096 15096 |
| 53952 | 60226 60226 | 15096 15096 |
| 99330 | 107403 107403 | 15096 15096 |
| 157657 | 169869 169869 | 15096 15096 |
| 234716 | 269926 269926 | 15096 15096 |
| 276774 | 316808 316808 | 15096 15096 |
| 445916 | 504720 504720 | 15096 15096 |
| 476029 | 535201 535201 | 15096 15096 |
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)
);