cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inchi_id = 68278
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 21835 | 23044 23044 | 68278 68278 |
| 46953 | 51748 51748 | 68278 68278 |
| 124476 | 132606 132606 | 68278 68278 |
| 177402 | 203338 203338 | 68278 68278 |
| 187684 | 215039 215039 | 68278 68278 |
| 221648 | 255751 255751 | 68278 68278 |
| 281405 | 322202 322202 | 68278 68278 |
| 460342 | 519443 519443 | 68278 68278 |
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)
);