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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
39404 39404 17810 17810 PubChem (compound) 1 53407 53407 1
351920 351920 17810 17810 PubChem (substance) 2 53407 53407 1
716897 716897 17810 17810 PubChem (substance) 2 169632 169632 2
966839 966839 17810 17810 CAS Common Chemistry 3 53407 53407 1
1168752 1168752 17810 17810 Computational Toxicology and Exposure Data 4 119992 119992 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 1982.157ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website