cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 68192
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 5740 | 6009 6009 | 68192 68192 |
| 32045 | 34115 34115 | 68192 68192 |
| 54122 | 60410 60410 | 68192 68192 |
| 75761 | 83778 83778 | 68192 68192 |
| 221630 | 255733 255733 | 68192 68192 |
| 279043 | 319526 319526 | 68192 68192 |
| 433662 | 492489 492489 | 68192 68192 |
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)
);