cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inchi_id = 63807
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 20923 | 21932 21932 | 63807 63807 |
| 27825 | 29835 29835 | 63807 63807 |
| 42093 | 46240 46240 | 63807 63807 |
| 121198 | 129161 129161 | 63807 63807 |
| 251722 | 287356 287356 | 63807 63807 |
| 251723 | 287357 287357 | 63807 63807 |
| 264943 | 301843 301843 | 63807 63807 |
| 456880 | 515570 515570 | 63807 63807 |
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)
);