cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where inchi_id = 20592
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 35808 | 38036 38036 | 20592 20592 |
| 48444 | 53705 53705 | 20592 20592 |
| 93375 | 101535 101535 | 20592 20592 |
| 102020 | 110067 110067 | 20592 20592 |
| 159054 | 171547 171547 | 20592 20592 |
| 184723 | 211801 211801 | 20592 20592 |
| 224567 | 259008 259008 | 20592 20592 |
| 267960 | 305732 305732 | 20592 20592 |
| 295203 | 341441 341441 | 20592 20592 |
| 447213 | 505990 505990 | 20592 20592 |
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)
);