api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 186041
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 203902 | 203902 | 186041 186041 | PubChem (compound) 1 | 54778 54778 | 1 |
| 575805 | 575805 | 186041 186041 | PubChem (substance) 2 | 54778 54778 | 1 |
| 826162 | 826162 | 186041 186041 | PubChem (substance) 2 | 153641 153641 | 2 |
| 1086550 | 1086550 | 186041 186041 | CAS Common Chemistry 3 | 54778 54778 | 1 |
| 1288239 | 1288239 | 186041 186041 | Computational Toxicology and Exposure Data 4 | 54778 54778 | 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)
);