cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inchi_id = 74061
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 66289 | 74366 74366 | 74061 74061 |
| 175534 | 201429 201429 | 74061 74061 |
| 222495 | 256675 256675 | 74061 74061 |
| 255176 | 291172 291172 | 74061 74061 |
| 255177 | 291173 291173 | 74061 74061 |
| 295576 | 341932 341932 | 74061 74061 |
| 427239 | 486096 486096 | 74061 74061 |
| 466697 | 525702 525702 | 74061 74061 |
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)
);