cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 64737
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 27416 | 29428 29428 | 64737 64737 |
| 66150 | 74227 74227 | 64737 64737 |
| 142470 | 153284 153284 | 64737 64737 |
| 188283 | 215861 215861 | 64737 64737 |
| 221186 | 255233 255233 | 64737 64737 |
| 293257 | 338701 338701 | 64737 64737 |
| 466611 | 525619 525619 | 64737 64737 |
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)
);