cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 60093
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 8875 | 9132 9132 | 60093 60093 |
| 54873 | 61267 61267 | 60093 60093 |
| 75334 | 83352 83352 | 60093 60093 |
| 147265 | 158053 158053 | 60093 60093 |
| 265943 | 303052 303052 | 60093 60093 |
| 433445 | 492272 492272 | 60093 60093 |
| 469999 | 528983 528983 | 60093 60093 |
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)
);