api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 19611
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 43776 | 43776 | 19611 19611 | PubChem (compound) 1 | 93331 93331 | 1 |
| 335494 | 335494 | 19611 19611 | PubChem (substance) 2 | 120714 120714 | 5 |
| 357872 | 357872 | 19611 19611 | PubChem (substance) 2 | 93331 93331 | 1 |
| 357882 | 357882 | 19611 19611 | PubChem (substance) 2 | 4096 4096 | 2 |
| 718606 | 718606 | 19611 19611 | PubChem (substance) 2 | 228819 228819 | 3 |
| 718608 | 718608 | 19611 19611 | PubChem (substance) 2 | 228957 228957 | 4 |
| 970195 | 970195 | 19611 19611 | CAS Common Chemistry 3 | 4096 4096 | 1 |
| 1172462 | 1172462 | 19611 19611 | Computational Toxicology and Exposure Data 4 | 93331 93331 | 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)
);