cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inchi_id = 670
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 6051 | 6319 6319 | 670 670 |
| 41937 | 46065 46065 | 670 670 |
| 68145 | 76212 76212 | 670 670 |
| 207418 | 239957 239957 | 670 670 |
| 226086 | 260616 260616 | 670 670 |
| 226087 | 260617 260617 | 670 670 |
| 296135 | 342708 342708 | 670 670 |
| 428709 | 487557 487557 | 670 670 |
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)
);