cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where inchi_id = 102434
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 13040 | 13385 13385 | 102434 102434 |
| 29003 | 31014 31014 | 102434 102434 |
| 90427 | 98397 98397 | 102434 102434 |
| 153532 | 164514 164514 | 102434 102434 |
| 188902 | 216558 216558 | 102434 102434 |
| 220414 | 254334 254334 | 102434 102434 |
| 250515 | 286077 286077 | 102434 102434 |
| 250516 | 286078 286078 | 102434 102434 |
| 440779 | 499589 499589 | 102434 102434 |
| 473408 | 532407 532407 | 102434 102434 |
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)
);