api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 122793
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 15725 | 15725 | 122793 122793 | PubChem (compound) 1 | 8278 8278 | 1 |
| 317713 | 317713 | 122793 122793 | PubChem (substance) 2 | 8278 8278 | 1 |
| 703381 | 703381 | 122793 122793 | PubChem (substance) 2 | 124311 124311 | 2 |
| 703389 | 703389 | 122793 122793 | PubChem (substance) 2 | 212263 212263 | 4 |
| 703393 | 703393 | 122793 122793 | PubChem (substance) 2 | 190167 190167 | 3 |
| 949913 | 949913 | 122793 122793 | CAS Common Chemistry 3 | 8278 8278 | 1 |
| 1148734 | 1148734 | 122793 122793 | Computational Toxicology and Exposure Data 4 | 124311 124311 | 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)
);