cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 15752
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 310 | 321 321 | 15752 15752 |
| 65161 | 73214 73214 | 15752 15752 |
| 141550 | 151469 151469 | 15752 15752 |
| 197603 | 225520 225520 | 15752 15752 |
| 211979 | 245231 245231 | 15752 15752 |
| 276033 | 315945 315945 | 15752 15752 |
| 482903 | 543443 543443 | 15752 15752 |
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)
);