api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 113199
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 132464 | 132464 | 113199 113199 | PubChem (compound) 1 | 45091 45091 | 1 |
| 482111 | 482111 | 113199 113199 | PubChem (substance) 2 | 45091 45091 | 1 |
| 779771 | 779771 | 113199 113199 | PubChem (substance) 2 | 197269 197269 | 2 |
| 1034370 | 1034370 | 113199 113199 | CAS Common Chemistry 3 | 45091 45091 | 1 |
| 1237333 | 1237333 | 113199 113199 | Computational Toxicology and Exposure Data 4 | 121221 121221 | 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)
);