cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 4256
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 53659 | 59887 59887 | 4256 4256 |
| 78017 | 86022 86022 | 4256 4256 |
| 208711 | 241405 241405 | 4256 4256 |
| 228921 | 263538 263538 | 4256 4256 |
| 228922 | 263539 263539 | 4256 4256 |
| 293955 | 339802 339802 | 4256 4256 |
| 470598 | 529582 529582 | 4256 4256 |
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)
);