cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inchi_id = 42266
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 18895 | 19595 19595 | 42266 42266 |
| 27613 | 29628 29628 | 42266 42266 |
| 54221 | 60519 60519 | 42266 42266 |
| 112570 | 120536 120536 | 42266 42266 |
| 216733 | 250523 250523 | 42266 42266 |
| 243753 | 279175 279175 | 42266 42266 |
| 243754 | 279176 279176 | 42266 42266 |
| 451958 | 510679 510679 | 42266 42266 |
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)
);