cleanventory_chemicals
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 201299
Download this data as a CSV Spreadsheet (All Rows)
| cleanventory_id ▼ | inventory_id | inchi_id |
|---|---|---|
| 46636 | 51406 51406 | 201299 201299 |
| 51135 | 56915 56915 | 201299 201299 |
| 87825 | 95817 95817 | 201299 201299 |
| 152542 | 163497 163497 | 201299 201299 |
| 206900 | 239421 239421 | 201299 201299 |
| 472951 | 531949 531949 | 201299 201299 |
| 473172 | 532172 532172 | 201299 201299 |
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)
);