cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inchi_id = 63673
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 2671 | 2777 2777 | 63673 63673 |
| 65071 | 73120 73120 | 63673 63673 |
| 121098 | 129063 129063 | 63673 63673 |
| 183414 | 210330 210330 | 63673 63673 |
| 183415 | 210331 210331 | 63673 63673 |
| 188420 | 216000 216000 | 63673 63673 |
| 220979 | 254983 254983 | 63673 63673 |
| 479895 | 539409 539409 | 63673 63673 |
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)
);