cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 66306
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 21383 | 22468 22468 | 66306 66306 |
| 37594 | 39984 39984 | 66306 66306 |
| 45324 | 50010 50010 | 66306 66306 |
| 123283 | 131299 131299 | 66306 66306 |
| 252564 | 288352 288352 | 66306 66306 |
| 268585 | 306426 306426 | 66306 66306 |
| 459134 | 517998 517998 | 66306 66306 |
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)
);