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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
256442 256442 295557 295557 PubChem (compound) 1 14608 14608 1
561088 561088 295557 295557 PubChem (substance) 2 118063 118063 2
639993 639993 295557 295557 PubChem (substance) 2 14608 14608 1
845260 845260 295557 295557 PubChem (substance) 2 262079 262079 3
1077818 1077818 295557 295557 CAS Common Chemistry 3 14608 14608 1
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 1461.185ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website