cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inchi_id = 103575
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 15608 | 16184 16184 | 103575 103575 |
| 51874 | 57866 57866 | 103575 103575 |
| 98442 | 106527 106527 | 103575 103575 |
| 157287 | 169428 169428 | 103575 103575 |
| 198298 | 226389 226389 | 103575 103575 |
| 297749 | 345244 345244 | 103575 103575 |
| 445530 | 504341 504341 | 103575 103575 |
| 475813 | 534990 534990 | 103575 103575 |
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)
);