cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 232
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 14104 | 14566 14566 | 232 232 |
| 37078 | 39380 39380 | 232 232 |
| 93425 | 101601 101601 | 232 232 |
| 203777 | 232120 232120 | 232 232 |
| 207129 | 239667 239667 | 232 232 |
| 295090 | 341322 341322 | 232 232 |
| 442380 | 501298 501298 | 232 232 |
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)
);