cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where inchi_id = 74762
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 4761 | 5032 5032 | 74762 74762 |
| 53457 | 59637 59637 | 74762 74762 |
| 66400 | 74474 74474 | 74762 74762 |
| 117428 | 125350 125350 | 74762 74762 |
| 142644 | 153455 153455 | 74762 74762 |
| 222726 | 256906 256906 | 74762 74762 |
| 255731 | 291713 291713 | 74762 74762 |
| 255733 | 291714 291714 | 74762 74762 |
| 275899 | 315800 315800 | 74762 74762 |
| 427331 | 486187 486187 | 74762 74762 |
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)
);