cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 224
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 14100 | 14562 14562 | 224 224 |
| 52844 | 58946 58946 | 224 224 |
| 207123 | 239661 239661 | 224 224 |
| 225516 | 260042 260042 | 224 224 |
| 225517 | 260043 260043 | 224 224 |
| 295398 | 341685 341685 | 224 224 |
| 474414 | 533545 533545 | 224 224 |
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)
);