home / zeropm-v0-0-4

api_results

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

9 rows where query_id = 59957

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
99713 99713 59957 59957 PubChem (compound) 1 193068 193068 1
436803 436803 59957 59957 PubChem (substance) 2 193068 193068 1
655163 655163 59957 59957 PubChem (substance) 2 187990 187990 2
749836 749836 59957 59957 PubChem (substance) 2 169337 169337 3
749839 749839 59957 59957 PubChem (substance) 2 255510 255510 4
749842 749842 59957 59957 PubChem (substance) 2 163208 163208 5
749843 749843 59957 59957 PubChem (substance) 2 217311 217311 6
749845 749845 59957 59957 PubChem (substance) 2 243310 243310 7
749847 749847 59957 59957 PubChem (substance) 2 320850 320850 8
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 1355.156ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website