cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 8203
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 48054 | 53270 53270 | 8203 8203 |
| 176441 | 202342 202342 | 8203 8203 |
| 209991 | 243009 243009 | 8203 8203 |
| 231355 | 266242 266242 | 8203 8203 |
| 231356 | 266243 266243 | 8203 8203 |
| 291011 | 335411 335411 | 8203 8203 |
| 475262 | 534445 534445 | 8203 8203 |
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)
);