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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
74679 74679 36864 36864 PubChem (compound) 1 112529 112529 1
401796 401796 36864 36864 PubChem (substance) 2 112529 112529 1
406338 406338 36864 36864 PubChem (substance) 2 121719 121719 2
736155 736155 36864 36864 PubChem (substance) 2 155059 155059 3
992744 992744 36864 36864 CAS Common Chemistry 3 38119 38119 1
1195786 1195786 36864 36864 Computational Toxicology and Exposure Data 4 112529 112529 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 459.607ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website