cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where inchi_id = 192721
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 21421 | 22518 22518 | 192721 192721 |
| 33428 | 35493 35493 | 192721 192721 |
| 42090 | 46237 46237 | 192721 192721 |
| 123398 | 131424 131424 | 192721 192721 |
| 169088 | 185220 185220 | 192721 192721 |
| 221323 | 255389 255389 | 192721 192721 |
| 252619 | 288422 288422 | 192721 192721 |
| 252620 | 288423 288423 | 192721 192721 |
| 270540 | 308731 308731 | 192721 192721 |
| 459268 | 518145 518145 | 192721 192721 |
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)
);