components
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
1 row where inchi_id = 45718
Download this data as a CSV Spreadsheet (All Rows)
| component_id ▼ | inchi_id |
|---|---|
| 6301 | 45718 45718 |
CREATE TABLE [components] (
[component_id] integer PRIMARY KEY,
[inchi_id] integer,
FOREIGN KEY (inchi_id) REFERENCES substances(inchi_id)
);