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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
363021 363021 365768 365768 PubChem (substance) 2 190551 190551 2
656939 656939 365768 365768 PubChem (substance) 2 216067 216067 3
657644 657644 365768 365768 PubChem (substance) 2 209279 209279 5
765417 765417 365768 365768 PubChem (substance) 2 147808 147808 4
916016 916016 365768 365768 PubChem (substance) 2 238326 238326 1
916017 916017 365768 365768 PubChem (substance) 2 255338 255338 6
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 672.422ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website