cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inchi_id = 17256
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 3694 | 3859 3859 | 17256 17256 |
| 16044 | 16624 16624 | 17256 17256 |
| 28050 | 30063 30063 | 17256 17256 |
| 100349 | 108408 108408 | 17256 17256 |
| 197256 | 225161 225161 | 17256 17256 |
| 212286 | 245620 245620 | 17256 17256 |
| 446429 | 505224 505224 | 17256 17256 |
| 476241 | 535416 535416 | 17256 17256 |
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)
);