cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inchi_id = 192636
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 14435 | 14892 14892 | 192636 192636 |
| 31446 | 33421 33421 | 192636 192636 |
| 56416 | 63060 63060 | 192636 192636 |
| 94122 | 102292 102292 | 192636 192636 |
| 155226 | 166270 166270 | 192636 192636 |
| 203165 | 231493 231493 | 192636 192636 |
| 263437 | 299953 299953 | 192636 192636 |
| 474677 | 533808 533808 | 192636 192636 |
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)
);