api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 92718
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 43796 | 43796 | 92718 92718 | PubChem (compound) 1 | 4101 4101 | 1 |
| 357902 | 357902 | 92718 92718 | PubChem (substance) 2 | 4101 4101 | 1 |
| 766297 | 766297 | 92718 92718 | PubChem (substance) 2 | 223597 223597 | 2 |
| 970207 | 970207 | 92718 92718 | CAS Common Chemistry 3 | 4101 4101 | 1 |
| 1172474 | 1172474 | 92718 92718 | Computational Toxicology and Exposure Data 4 | 4101 4101 | 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)
);