cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inchi_id = 201110
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 17556 | 18170 18170 | 201110 201110 |
| 60867 | 68325 68325 | 201110 201110 |
| 214500 | 248181 248181 | 201110 201110 |
| 239628 | 274907 274907 | 201110 201110 |
| 239629 | 274908 274908 | 201110 201110 |
| 294468 | 340495 340495 | 201110 201110 |
| 449297 | 508038 508038 | 201110 201110 |
| 477515 | 536693 536693 | 201110 201110 |
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)
);