cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where inchi_id = 100115
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 2009 | 2086 2086 | 100115 100115 |
| 14709 | 15159 15159 | 100115 100115 |
| 37209 | 39527 39527 | 100115 100115 |
| 95056 | 103205 103205 | 100115 100115 |
| 182742 | 209675 209675 | 100115 100115 |
| 201353 | 229666 229666 | 100115 100115 |
| 295681 | 342104 342104 | 100115 100115 |
| 443489 | 502365 502365 | 100115 100115 |
| 474947 | 534076 534076 | 100115 100115 |
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)
);