home / zeropm-v0-0-4

api_results

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

5 rows where query_id = 65954

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
104477 104477 65954 65954 PubChem (compound) 1 40259 40259 1
323611 323611 65954 65954 PubChem (substance) 2 44127 44127 4
443614 443614 65954 65954 PubChem (substance) 2 40259 40259 1
754504 754504 65954 65954 PubChem (substance) 2 186940 186940 2
754505 754505 65954 65954 PubChem (substance) 2 157613 157613 3
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 1542.053ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website