cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 45434
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 1403 | 1455 1455 | 45434 45434 |
| 62735 | 70572 70572 | 45434 45434 |
| 72427 | 80466 80466 | 45434 45434 |
| 145951 | 156747 156747 | 45434 45434 |
| 192012 | 219805 219805 | 45434 45434 |
| 431611 | 490440 490440 | 45434 45434 |
| 469227 | 528212 528212 | 45434 45434 |
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)
);