api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 100215
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 7769 | 7769 | 100215 100215 | PubChem (compound) 1 | 74051 74051 | 1 |
| 306255 | 306255 | 100215 100215 | PubChem (substance) 2 | 74051 74051 | 1 |
| 506088 | 506088 | 100215 100215 | PubChem (substance) 2 | 31829 31829 | 3 |
| 698078 | 698078 | 100215 100215 | PubChem (substance) 2 | 182679 182679 | 2 |
| 698085 | 698085 | 100215 100215 | PubChem (substance) 2 | 170819 170819 | 4 |
| 943888 | 943888 | 100215 100215 | CAS Common Chemistry 3 | 74051 74051 | 1 |
| 1141592 | 1141592 | 100215 100215 | Computational Toxicology and Exposure Data 4 | 74051 74051 | 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)
);