cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inchi_id = 90255
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 2090 | 2171 2171 | 90255 90255 |
| 62938 | 70787 70787 | 90255 90255 |
| 77187 | 85197 85197 | 90255 90255 |
| 181519 | 208453 208453 | 90255 90255 |
| 181520 | 208454 208454 | 90255 90255 |
| 184121 | 211091 211091 | 90255 90255 |
| 295818 | 342313 342313 | 90255 90255 |
| 470392 | 529378 529378 | 90255 90255 |
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)
);