api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 84693
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 114231 | 114231 | 84693 84693 | PubChem (compound) 1 | 8292 8292 | 1 |
| 456799 | 456799 | 84693 84693 | PubChem (substance) 2 | 8292 8292 | 1 |
| 703383 | 703383 | 84693 84693 | PubChem (substance) 2 | 124311 124311 | 4 |
| 719274 | 719274 | 84693 84693 | PubChem (substance) 2 | 124533 124533 | 2 |
| 719278 | 719278 | 84693 84693 | PubChem (substance) 2 | 253781 253781 | 3 |
| 970819 | 970819 | 84693 84693 | CAS Common Chemistry 3 | 8292 8292 | 1 |
| 1173252 | 1173252 | 84693 84693 | Computational Toxicology and Exposure Data 4 | 124533 124533 | 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)
);