api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 185906
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 203783 | 203783 | 185906 185906 | PubChem (compound) 1 | 54570 54570 | 1 |
| 575627 | 575627 | 185906 185906 | PubChem (substance) 2 | 54570 54570 | 1 |
| 826099 | 826099 | 185906 185906 | PubChem (substance) 2 | 162799 162799 | 2 |
| 1086475 | 1086475 | 185906 185906 | CAS Common Chemistry 3 | 54570 54570 | 1 |
| 1288165 | 1288165 | 185906 185906 | Computational Toxicology and Exposure Data 4 | 54570 54570 | 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)
);