cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inchi_id = 54010
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 20731 | 21707 21707 | 54010 54010 |
| 28422 | 30440 30440 | 54010 54010 |
| 65924 | 74003 74003 | 54010 54010 |
| 124716 | 132830 132830 | 54010 54010 |
| 219204 | 253037 253037 | 54010 54010 |
| 268201 | 305990 305990 | 54010 54010 |
| 274214 | 313824 313824 | 54010 54010 |
| 427024 | 485881 485881 | 54010 54010 |
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)
);