api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 305686
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 3445 | 3445 | 305686 305686 | PubChem (compound) 1 | 97453 97453 | 1 |
| 300330 | 300330 | 305686 305686 | PubChem (substance) 2 | 97453 97453 | 1 |
| 300351 | 300351 | 305686 305686 | PubChem (substance) 2 | 223483 223483 | 2 |
| 940617 | 940617 | 305686 305686 | CAS Common Chemistry 3 | 45094 45094 | 1 |
| 1137799 | 1137799 | 305686 305686 | Computational Toxicology and Exposure Data 4 | 97453 97453 | 1 |
| 1228487 | 1228487 | 305686 305686 | Computational Toxicology and Exposure Data 4 | 43760 43760 | 2 |
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)
);