cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 15565
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 148 | 153 153 | 15565 15565 |
| 28856 | 30870 30870 | 15565 15565 |
| 64291 | 72274 72274 | 15565 15565 |
| 197646 | 225563 225563 | 15565 15565 |
| 211947 | 245194 245194 | 15565 15565 |
| 279129 | 319627 319627 | 15565 15565 |
| 482894 | 543433 543433 | 15565 15565 |
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)
);