home / zeropm-v0-0-4

api_results

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

5 rows where inchi_id = 254018

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
294754 294754 440683 440683 PubChem (compound) 1 254018 254018 6
690849 690849 145200 145200 PubChem (substance) 2 254018 254018 24
690850 690850 145199 145199 PubChem (substance) 2 254018 254018 15
690851 690851 440683 440683 PubChem (substance) 2 254018 254018 13
690852 690852 343932 343932 PubChem (substance) 2 254018 254018 12
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 926.987ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website