api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 63618
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 1038323 | 1038323 | 117955 117955 | CAS Common Chemistry 3 | 63618 63618 | 1 |
| 1038324 | 1038324 | 117956 117956 | CAS Common Chemistry 3 | 63618 63618 | 1 |
| 1038325 | 1038325 | 342237 342237 | CAS Common Chemistry 3 | 63618 63618 | 1 |
| 1038326 | 1038326 | 295959 295959 | CAS Common Chemistry 3 | 63618 63618 | 1 |
| 1038327 | 1038327 | 438338 438338 | CAS Common Chemistry 3 | 63618 63618 | 1 |
CREATE TABLE [api_results] (
[query_id] integer,
[api_id] integer,
[inchi_id] integer,
[rank] integer,
FOREIGN KEY (query_id) REFERENCES api_ready_query(query_id),
FOREIGN KEY (api_id) REFERENCES api_services(api_id),
FOREIGN KEY (inchi_id) REFERENCES substances(inchi_id)
);