cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where inchi_id = 74098
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 4714 | 4985 4985 | 74098 74098 |
| 37391 | 39752 39752 | 74098 74098 |
| 59773 | 67050 67050 | 74098 74098 |
| 66330 | 74404 74404 | 74098 74098 |
| 142591 | 153402 153402 | 74098 74098 |
| 222592 | 256770 256770 | 74098 74098 |
| 295607 | 341980 341980 | 74098 74098 |
| 427277 | 486133 486133 | 74098 74098 |
| 466728 | 525733 525733 | 74098 74098 |
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)
);