cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 41537
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 18831 | 19528 19528 | 41537 41537 |
| 39819 | 42321 42321 | 41537 41537 |
| 52319 | 58362 58362 | 41537 41537 |
| 112225 | 120192 120192 | 41537 41537 |
| 243541 | 278961 278961 | 41537 41537 |
| 275017 | 314776 314776 | 41537 41537 |
| 451848 | 510568 510568 | 41537 41537 |
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)
);