cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 50281
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 16605 | 17199 17199 | 50281 50281 |
| 26306 | 28322 28322 | 50281 50281 |
| 57893 | 64729 64729 | 50281 50281 |
| 115426 | 123363 123363 | 50281 50281 |
| 218316 | 252125 252125 | 50281 50281 |
| 453140 | 511836 511836 | 50281 50281 |
| 479034 | 538327 538327 | 50281 50281 |
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)
);