cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inchi_id = 203658
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 25556 | 27477 27477 | 203658 203658 |
| 51382 | 57300 57300 | 203658 203658 |
| 141336 | 151004 151004 | 203658 203658 |
| 177283 | 203219 203219 | 203658 203658 |
| 220754 | 254742 254742 | 203658 203658 |
| 251187 | 286814 286814 | 203658 203658 |
| 282865 | 324676 324676 | 203658 203658 |
| 479779 | 539280 539280 | 203658 203658 |
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)
);