home / zeropm-v0-0-4

api_results

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

7 rows where query_id = 112961

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
132194 132194 112961 112961 PubChem (compound) 1 44693 44693 1
481748 481748 112961 112961 PubChem (substance) 2 44693 44693 1
671186 671186 112961 112961 PubChem (substance) 2 16188 16188 2
1034161 1034161 112961 112961 CAS Common Chemistry 3 44693 44693 2
1034163 1034163 112961 112961 CAS Common Chemistry 3 16188 16188 1
1237107 1237107 112961 112961 Computational Toxicology and Exposure Data 4 44693 44693 2
1237110 1237110 112961 112961 Computational Toxicology and Exposure Data 4 112196 112196 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 456.09ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website