cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inchi_id = 74096
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 66328 | 74402 74402 | 74096 74096 |
| 175536 | 201431 201431 | 74096 74096 |
| 222586 | 256764 256764 | 74096 74096 |
| 255384 | 291368 291368 | 74096 74096 |
| 255385 | 291369 291369 | 74096 74096 |
| 287329 | 330473 330473 | 74096 74096 |
| 427275 | 486131 486131 | 74096 74096 |
| 466726 | 525731 525731 | 74096 74096 |
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)
);