home / zeropm-v0-0-4

api_results

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

6 rows where query_id = 10689

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
20407 20407 10689 10689 PubChem (compound) 1 60080 60080 1
324667 324667 10689 10689 PubChem (substance) 2 60080 60080 1
474374 474374 10689 10689 PubChem (substance) 2 60124 60124 2
474390 474390 10689 10689 PubChem (substance) 2 85197 85197 3
953279 953279 10689 10689 CAS Common Chemistry 3 85197 85197 1
1152669 1152669 10689 10689 Computational Toxicology and Exposure Data 4 85197 85197 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)
);
Powered by Datasette · Queries took 1860.128ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website