cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where inchi_id = 128309
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 190427 | 218202 218202 | 128309 128309 |
| 247667 | 283098 283098 | 128309 128309 |
| 247670 | 283100 283100 | 128309 128309 |
| 247672 | 283101 283101 | 128309 128309 |
| 247674 | 283102 283102 | 128309 128309 |
| 247676 | 283103 283103 | 128309 128309 |
| 247679 | 283105 283105 | 128309 128309 |
| 247682 | 283107 283107 | 128309 128309 |
| 247683 | 283108 283108 | 128309 128309 |
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)
);