cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where inchi_id = 74731
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 4747 | 5018 5018 | 74731 74731 |
| 28496 | 30515 30515 | 74731 74731 |
| 44628 | 49263 49263 | 74731 74731 |
| 66373 | 74447 74447 | 74731 74731 |
| 142625 | 153436 153436 | 74731 74731 |
| 222656 | 256833 256833 | 74731 74731 |
| 255542 | 291528 291528 | 74731 74731 |
| 255543 | 291529 291529 | 74731 74731 |
| 269853 | 307930 307930 | 74731 74731 |
| 427315 | 486171 486171 | 74731 74731 |
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)
);