api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 115978
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 135463 | 135463 | 115978 115978 | PubChem (compound) 1 | 55666 55666 | 1 |
| 486187 | 486187 | 115978 115978 | PubChem (substance) 2 | 55666 55666 | 1 |
| 782161 | 782161 | 115978 115978 | PubChem (substance) 2 | 310157 310157 | 4 |
| 782163 | 782163 | 115978 115978 | PubChem (substance) 2 | 326561 326561 | 2 |
| 782164 | 782164 | 115978 115978 | PubChem (substance) 2 | 171729 171729 | 3 |
| 1036589 | 1036589 | 115978 115978 | CAS Common Chemistry 3 | 55666 55666 | 1 |
| 1239559 | 1239559 | 115978 115978 | Computational Toxicology and Exposure Data 4 | 55666 55666 | 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)
);