cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 19345
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 45003 | 49671 49671 | 19345 19345 |
| 101400 | 109453 109453 | 19345 19345 |
| 158752 | 171174 171174 | 19345 19345 |
| 236003 | 271258 271258 | 19345 19345 |
| 236004 | 271259 271259 | 19345 19345 |
| 261534 | 297906 297906 | 19345 19345 |
| 446953 | 505735 505735 | 19345 19345 |
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)
);