cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inchi_id = 229512
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 16251 | 16838 16838 | 229512 229512 |
| 37870 | 40281 40281 | 229512 229512 |
| 101062 | 109117 109117 | 229512 229512 |
| 196975 | 224873 224873 | 229512 229512 |
| 235787 | 271027 271027 | 229512 229512 |
| 235788 | 271028 271028 | 229512 229512 |
| 288324 | 331818 331818 | 229512 229512 |
| 476387 | 535561 535561 | 229512 229512 |
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)
);