cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 18893
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 10231 | 10535 10535 | 18893 18893 |
| 80406 | 88425 88425 | 18893 18893 |
| 149401 | 160242 160242 | 18893 18893 |
| 196939 | 224836 224836 | 18893 18893 |
| 295083 | 341315 341315 | 18893 18893 |
| 436044 | 494906 494906 | 18893 18893 |
| 471318 | 530324 530324 | 18893 18893 |
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)
);