api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 102949
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 61574 | 61574 | 102949 102949 | PubChem (compound) 1 | 115186 115186 | 1 |
| 345887 | 345887 | 102949 102949 | PubChem (substance) 2 | 11727 11727 | 3 |
| 354355 | 354355 | 102949 102949 | PubChem (substance) 2 | 133515 133515 | 4 |
| 383150 | 383150 | 102949 102949 | PubChem (substance) 2 | 115186 115186 | 1 |
| 676779 | 676779 | 102949 102949 | PubChem (substance) 2 | 866 866 | 2 |
| 983368 | 983368 | 102949 102949 | CAS Common Chemistry 3 | 866 866 | 1 |
| 1186380 | 1186380 | 102949 102949 | Computational Toxicology and Exposure Data 4 | 115186 115186 | 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)
);