cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where inchi_id = 91465
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 3326 | 3467 3467 | 91465 91465 |
| 5946 | 6214 6214 | 91465 91465 |
| 41493 | 45565 45565 | 91465 91465 |
| 67983 | 76051 76051 | 91465 91465 |
| 143707 | 154512 154512 | 91465 91465 |
| 183779 | 210706 210706 | 91465 91465 |
| 225344 | 259859 259859 | 91465 91465 |
| 273102 | 312582 312582 | 91465 91465 |
| 428568 | 487416 487416 | 91465 91465 |
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)
);