home / zeropm-v0-0-4

api_results

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

7 rows where inchi_id = 223112

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
64120 64120 30547 30547 PubChem (compound) 1 223112 223112 3
387077 387077 30547 30547 PubChem (substance) 2 223112 223112 3
387078 387078 66466 66466 PubChem (substance) 2 223112 223112 4
387079 387079 66467 66467 PubChem (substance) 2 223112 223112 3
387080 387080 30548 30548 PubChem (substance) 2 223112 223112 3
387081 387081 331064 331064 PubChem (substance) 2 223112 223112 3
387082 387082 244001 244001 PubChem (substance) 2 223112 223112 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 1924.054ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website