cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inchi_id = 129602
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 81965 | 89973 89973 | 129602 129602 |
| 195756 | 223587 223587 | 129602 129602 |
| 213684 | 247335 247335 | 129602 129602 |
| 237748 | 273051 273051 | 129602 129602 |
| 237749 | 273052 273052 | 129602 129602 |
| 291388 | 335910 335910 | 129602 129602 |
| 436755 | 495612 495612 | 129602 129602 |
| 471676 | 530681 530681 | 129602 129602 |
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)
);