cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where inchi_id = 46187
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 113433 | 121393 121393 | 46187 46187 |
| 148683 | 159484 159484 | 46187 46187 |
| 165009 | 179182 179182 | 46187 46187 |
| 231701 | 266587 266587 | 46187 46187 |
| 231702 | 266588 266588 | 46187 46187 |
| 261506 | 297876 297876 | 46187 46187 |
| 291107 | 335533 335533 | 46187 46187 |
| 470872 | 529857 529857 | 46187 46187 |
| 478736 | 537996 537996 | 46187 46187 |
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)
);