home / zeropm-v0-0-4

api_results

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

17 rows where query_id = 388112

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
37794 37794 388112 388112 PubChem (compound) 1 47217 47217 4
276990 276990 388112 388112 PubChem (compound) 1 214725 214725 1
276991 276991 388112 388112 PubChem (compound) 1 199397 199397 2
276992 276992 388112 388112 PubChem (compound) 1 230715 230715 3
276993 276993 388112 388112 PubChem (compound) 1 294804 294804 5
276994 276994 388112 388112 PubChem (compound) 1 298002 298002 6
349760 349760 388112 388112 PubChem (substance) 2 47217 47217 6
668485 668485 388112 388112 PubChem (substance) 2 214725 214725 1
668487 668487 388112 388112 PubChem (substance) 2 199397 199397 2
668489 668489 388112 388112 PubChem (substance) 2 230715 230715 3
668490 668490 388112 388112 PubChem (substance) 2 294804 294804 11
668491 668491 388112 388112 PubChem (substance) 2 298002 298002 10
926120 926120 388112 388112 PubChem (substance) 2 238424 238424 4
926121 926121 388112 388112 PubChem (substance) 2 274913 274913 5
926122 926122 388112 388112 PubChem (substance) 2 264691 264691 7
926123 926123 388112 388112 PubChem (substance) 2 218842 218842 8
926124 926124 388112 388112 PubChem (substance) 2 257606 257606 9
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 1175.259ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website