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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
62677 62677 29376 29376 PubChem (compound) 1 185614 185614 1
326782 326782 29376 29376 PubChem (substance) 2 53051 53051 3
384785 384785 29376 29376 PubChem (substance) 2 185614 185614 1
463692 463692 29376 29376 PubChem (substance) 2 14203 14203 2
596816 596816 29376 29376 PubChem (substance) 2 77807 77807 4
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 471.732ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website