cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where inchi_id = 3463
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 6548 | 6815 6815 | 3463 3463 |
| 38275 | 40696 40696 | 3463 3463 |
| 68855 | 76921 76921 | 3463 3463 |
| 144345 | 155151 155151 | 3463 3463 |
| 202617 | 230926 230926 | 3463 3463 |
| 228143 | 262742 262742 | 3463 3463 |
| 228144 | 262743 262743 | 3463 3463 |
| 228145 | 262744 262744 | 3463 3463 |
| 429638 | 488482 488482 | 3463 3463 |
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)
);