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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
93741 93741 55074 55074 PubChem (compound) 1 145319 145319 1
93743 93743 55074 55074 PubChem (compound) 1 193201 193201 2
323909 323909 55074 55074 PubChem (substance) 2 187745 187745 3
428058 428058 55074 55074 PubChem (substance) 2 145319 145319 1
428060 428060 55074 55074 PubChem (substance) 2 193201 193201 2
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 480.643ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website