cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inchi_id = 155
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 9275 | 9531 9531 | 155 155 |
| 77383 | 85392 85392 | 155 155 |
| 175882 | 201776 201776 | 155 155 |
| 203816 | 232160 232160 | 155 155 |
| 225492 | 260018 260018 | 155 155 |
| 225493 | 260019 260019 | 155 155 |
| 276164 | 316088 316088 | 155 155 |
| 434417 | 493238 493238 | 155 155 |
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)
);