cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where inchi_id = 68385
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 53870 | 60135 60135 | 68385 68385 |
| 66199 | 74276 74276 | 68385 68385 |
| 142498 | 153312 153312 | 68385 68385 |
| 221802 | 255907 255907 | 68385 68385 |
| 253651 | 289586 289586 | 68385 68385 |
| 253652 | 289587 289587 | 68385 68385 |
| 296178 | 342759 342759 | 68385 68385 |
| 427179 | 486036 486036 | 68385 68385 |
| 466634 | 525642 525642 | 68385 68385 |
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)
);