cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where inchi_id = 28993
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 10844 | 11144 11144 | 28993 28993 |
| 47279 | 52107 52107 | 28993 28993 |
| 82877 | 90882 90882 | 28993 28993 |
| 150473 | 161326 161326 | 28993 28993 |
| 239369 | 274651 274651 | 28993 28993 |
| 239370 | 274652 274652 | 28993 28993 |
| 287569 | 330934 330934 | 28993 28993 |
| 437284 | 496130 496130 | 28993 28993 |
| 471942 | 530946 530946 | 28993 28993 |
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)
);