cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inchi_id = 59256
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 8843 | 9100 9100 | 59256 59256 |
| 33157 | 35227 35227 | 59256 59256 |
| 147232 | 158021 158021 | 59256 59256 |
| 220224 | 254133 254133 | 59256 59256 |
| 250128 | 285684 285684 | 59256 59256 |
| 250130 | 285686 285686 | 59256 59256 |
| 277902 | 318197 318197 | 59256 59256 |
| 433163 | 491989 491989 | 59256 59256 |
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)
);