api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where query_id = 159356
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 178590 | 178590 | 159356 159356 | PubChem (compound) 1 | 19749 19749 | 1 |
| 178591 | 178591 | 159356 159356 | PubChem (compound) 1 | 177011 177011 | 2 |
| 178592 | 178592 | 159356 159356 | PubChem (compound) 1 | 177010 177010 | 3 |
| 543037 | 543037 | 159356 159356 | PubChem (substance) 2 | 19749 19749 | 1 |
| 543039 | 543039 | 159356 159356 | PubChem (substance) 2 | 177011 177011 | 2 |
| 543041 | 543041 | 159356 159356 | PubChem (substance) 2 | 177010 177010 | 3 |
| 811561 | 811561 | 159356 159356 | PubChem (substance) 2 | 172435 172435 | 4 |
| 1069330 | 1069330 | 159356 159356 | CAS Common Chemistry 3 | 19749 19749 | 1 |
| 1270801 | 1270801 | 159356 159356 | Computational Toxicology and Exposure Data 4 | 19749 19749 | 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)
);