api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 54393
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 92782 | 92782 | 54393 54393 | PubChem (compound) 1 | 49558 49558 | 1 |
| 426778 | 426778 | 54393 54393 | PubChem (substance) 2 | 49558 49558 | 1 |
| 744930 | 744930 | 54393 54393 | PubChem (substance) 2 | 148209 148209 | 2 |
| 1006914 | 1006914 | 54393 54393 | CAS Common Chemistry 3 | 49558 49558 | 1 |
| 1208830 | 1208830 | 54393 54393 | Computational Toxicology and Exposure Data 4 | 94396 94396 | 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)
);