cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where inchi_id = 91255
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 59185 | 66414 66414 | 91255 91255 |
| 67901 | 75969 75969 | 91255 91255 |
| 143639 | 154444 154444 | 91255 91255 |
| 183864 | 210796 210796 | 91255 91255 |
| 260915 | 297258 297258 | 91255 91255 |
| 260916 | 297259 297259 | 91255 91255 |
| 276543 | 316522 316522 | 91255 91255 |
| 428496 | 487344 487344 | 91255 91255 |
| 467392 | 526392 526392 | 91255 91255 |
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)
);