api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 188243
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 205966 | 205966 | 188243 188243 | PubChem (compound) 1 | 58524 58524 | 1 |
| 578435 | 578435 | 188243 188243 | PubChem (substance) 2 | 58524 58524 | 1 |
| 827198 | 827198 | 188243 188243 | PubChem (substance) 2 | 203678 203678 | 2 |
| 1087918 | 1087918 | 188243 188243 | CAS Common Chemistry 3 | 58524 58524 | 1 |
| 1289650 | 1289650 | 188243 188243 | Computational Toxicology and Exposure Data 4 | 131572 131572 | 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)
);