api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 43256
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 82950 | 82950 | 43256 43256 | PubChem (compound) 1 | 66326 66326 | 1 |
| 82954 | 82954 | 43256 43256 | PubChem (compound) 1 | 187336 187336 | 2 |
| 413109 | 413109 | 43256 43256 | PubChem (substance) 2 | 66326 66326 | 2 |
| 413114 | 413114 | 43256 43256 | PubChem (substance) 2 | 187336 187336 | 1 |
| 413116 | 413116 | 43256 43256 | PubChem (substance) 2 | 211973 211973 | 3 |
| 998768 | 998768 | 43256 43256 | CAS Common Chemistry 3 | 66326 66326 | 1 |
| 1201885 | 1201885 | 43256 43256 | Computational Toxicology and Exposure Data 4 | 66326 66326 | 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)
);