cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inchi_id = 16686
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 58131 | 64987 64987 | 16686 16686 |
| 212158 | 245461 245461 | 16686 16686 |
| 235192 | 270422 270422 | 16686 16686 |
| 235193 | 270423 270423 | 16686 16686 |
| 317718 | 367720 367720 | 16686 16686 |
| 361410 | 414192 414192 | 16686 16686 |
| 403114 | 458805 458805 | 16686 16686 |
| 423174 | 481677 481677 | 16686 16686 |
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)
);