api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 68752
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 106036 | 106036 | 68752 68752 | PubChem (compound) 1 | 9300 9300 | 1 |
| 295824 | 295824 | 68752 68752 | PubChem (substance) 2 | 7470 7470 | 5 |
| 445710 | 445710 | 68752 68752 | PubChem (substance) 2 | 9300 9300 | 1 |
| 756089 | 756089 | 68752 68752 | PubChem (substance) 2 | 9300 9300 | 2 |
| 756091 | 756091 | 68752 68752 | PubChem (substance) 2 | 224748 224748 | 3 |
| 756094 | 756094 | 68752 68752 | PubChem (substance) 2 | 232613 232613 | 4 |
| 1015958 | 1015958 | 68752 68752 | CAS Common Chemistry 3 | 9300 9300 | 1 |
| 1218112 | 1218112 | 68752 68752 | Computational Toxicology and Exposure Data 4 | 9300 9300 | 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)
);