cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 28256
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 6780 | 7044 7044 | 28256 28256 |
| 17332 | 17945 17945 | 28256 28256 |
| 28188 | 30202 30202 | 28256 28256 |
| 56450 | 63095 63095 | 28256 28256 |
| 195069 | 222902 222902 | 28256 28256 |
| 199882 | 227987 227987 | 28256 28256 |
| 448899 | 507650 507650 | 28256 28256 |
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)
);