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 = 397048

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
281167 281167 397048 397048 PubChem (compound) 1 139450 139450 1
369041 369041 397048 397048 PubChem (substance) 2 192043 192043 2
369069 369069 397048 397048 PubChem (substance) 2 326460 326460 4
396457 396457 397048 397048 PubChem (substance) 2 27174 27174 5
456921 456921 397048 397048 PubChem (substance) 2 54002 54002 3
673785 673785 397048 397048 PubChem (substance) 2 139450 139450 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 433.581ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website