cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
12 rows where inchi_id = 2266
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 1961 | 2042 2042 | 2266 2266 |
| 53300 | 59452 59452 | 2266 2266 |
| 64124 | 72091 72091 | 2266 2266 |
| 68451 | 76518 76518 | 2266 2266 |
| 144020 | 154825 154825 | 2266 2266 |
| 180034 | 206973 206973 | 2266 2266 |
| 203087 | 231409 231409 | 2266 2266 |
| 227066 | 261656 261656 | 2266 2266 |
| 227067 | 261657 261657 | 2266 2266 |
| 294546 | 340623 340623 | 2266 2266 |
| 429273 | 488118 488118 | 2266 2266 |
| 467666 | 526666 526666 | 2266 2266 |
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)
);