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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
436275 436275 345113 345113 PubChem (substance) 2 82954 82954 1
436285 436285 345113 345113 PubChem (substance) 2 224754 224754 3
436288 436288 345113 345113 PubChem (substance) 2 192037 192037 2
436301 436301 345113 345113 PubChem (substance) 2 239082 239082 4
749651 749651 345113 345113 PubChem (substance) 2 240597 240597 5
749664 749664 345113 345113 PubChem (substance) 2 270110 270110 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 444.897ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website