cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inchi_id = 14
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 43583 | 48032 48032 | 14 14 |
| 143743 | 154548 154548 | 14 14 |
| 179868 | 206807 206807 | 14 14 |
| 203874 | 232220 232220 | 14 14 |
| 207094 | 239631 239631 | 14 14 |
| 225465 | 259987 259987 | 14 14 |
| 225466 | 259988 259988 | 14 14 |
| 428612 | 487460 487460 | 14 14 |
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)
);