cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 54018
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 4511 | 4783 4783 | 54018 54018 |
| 65932 | 74011 74011 | 54018 54018 |
| 175527 | 201422 201422 | 54018 54018 |
| 219254 | 253087 253087 | 54018 54018 |
| 248375 | 283812 283812 | 54018 54018 |
| 248376 | 283813 283813 | 54018 54018 |
| 274618 | 314291 314291 | 54018 54018 |
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)
);