cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 74183
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 13567 | 13912 13912 | 74183 74183 |
| 35738 | 37952 37952 | 74183 74183 |
| 61697 | 69233 69233 | 74183 74183 |
| 154345 | 165354 165354 | 74183 74183 |
| 222490 | 256670 256670 | 74183 74183 |
| 268350 | 306164 306164 | 74183 74183 |
| 441656 | 500455 500455 | 74183 74183 |
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)
);