cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 74072
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 66303 | 74377 74377 | 74072 74072 |
| 179189 | 206130 206130 | 74072 74072 |
| 179190 | 206131 206131 | 74072 74072 |
| 222530 | 256708 256708 | 74072 74072 |
| 287810 | 331205 331205 | 74072 74072 |
| 427251 | 486107 486107 | 74072 74072 |
| 466705 | 525710 525710 | 74072 74072 |
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)
);