cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 74635
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 39051 | 41485 41485 | 74635 74635 |
| 44620 | 49255 49255 | 74635 74635 |
| 75980 | 83996 83996 | 74635 74635 |
| 175824 | 201718 201718 | 74635 74635 |
| 186715 | 214012 214012 | 74635 74635 |
| 284043 | 326107 326107 | 74635 74635 |
| 433767 | 492593 492593 | 74635 74635 |
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)
);