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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
328037 328037 15030 15030 PubChem (substance) 2 68383 68383 4
331869 331869 15030 15030 PubChem (substance) 2 83773 83773 1
678808 678808 15030 15030 PubChem (substance) 2 43545 43545 6
712727 712727 15030 15030 PubChem (substance) 2 258013 258013 2
712731 712731 15030 15030 PubChem (substance) 2 220186 220186 3
712736 712736 15030 15030 PubChem (substance) 2 182264 182264 5
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 424.007ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website