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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
61406 61406 30881 30881 PubChem (compound) 1 135228 135228 1
382883 382883 30881 30881 PubChem (substance) 2 135228 135228 1
382889 382889 30881 30881 PubChem (substance) 2 716 716 4
719638 719638 30881 30881 PubChem (substance) 2 250812 250812 2
731160 731160 30881 30881 PubChem (substance) 2 292093 292093 3
985866 985866 30881 30881 CAS Common Chemistry 3 716 716 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 416.191ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website