cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inchi_id = 74075
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 4692 | 4963 4963 | 74075 74075 |
| 39093 | 41527 41527 | 74075 74075 |
| 66306 | 74380 74380 | 74075 74075 |
| 175535 | 201430 201430 | 74075 74075 |
| 222535 | 256714 256714 | 74075 74075 |
| 255256 | 291240 291240 | 74075 74075 |
| 274456 | 314112 314112 | 74075 74075 |
| 427254 | 486110 486110 | 74075 74075 |
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)
);