cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where inchi_id = 91986
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 210414 | 243476 243476 | 91986 91986 |
| 219459 | 253306 253306 | 91986 91986 |
| 232267 | 267262 267262 | 91986 91986 |
| 232268 | 267263 267263 | 91986 91986 |
| 248738 | 284181 284181 | 91986 91986 |
| 248739 | 284182 284182 | 91986 91986 |
| 286306 | 329145 329145 | 91986 91986 |
| 290136 | 334292 334292 | 91986 91986 |
| 475369 | 534552 534552 | 91986 91986 |
| 479376 | 538707 538707 | 91986 91986 |
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)
);