cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
11 rows where inchi_id = 144256
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 60825 | 68278 68278 | 144256 144256 |
| 116510 | 124437 124437 | 144256 144256 |
| 190487 | 218260 218260 | 144256 144256 |
| 218764 | 252590 252590 | 144256 144256 |
| 325890 | 376154 376154 | 144256 144256 |
| 325891 | 376155 376155 | 144256 144256 |
| 370961 | 424037 424037 | 144256 144256 |
| 370962 | 424038 424038 | 144256 144256 |
| 409133 | 465055 465055 | 144256 144256 |
| 424978 | 483677 483677 | 144256 144256 |
| 453663 | 512347 512347 | 144256 144256 |
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)
);