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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
301825 301825 34432 34432 PubChem (substance) 2 90210 90210 1
310860 310860 34432 34432 PubChem (substance) 2 53335 53335 5
352169 352169 34432 34432 PubChem (substance) 2 53923 53923 4
352212 352212 34432 34432 PubChem (substance) 2 54058 54058 2
734301 734301 34432 34432 PubChem (substance) 2 222102 222102 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 748.719ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website