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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
181347 181347 162059 162059 PubChem (compound) 1 23166 23166 1
546469 546469 162059 162059 PubChem (substance) 2 23166 23166 1
813158 813158 162059 162059 PubChem (substance) 2 147632 147632 2
1071317 1071317 162059 162059 CAS Common Chemistry 3 23166 23166 1
1272691 1272691 162059 162059 Computational Toxicology and Exposure Data 4 99046 99046 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 460.507ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website