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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
173274 173274 441529 441529 PubChem (compound) 1 12996 12996 1
485559 485559 441529 441529 PubChem (substance) 2 13147 13147 3
485575 485575 441529 441529 PubChem (substance) 2 54308 54308 2
536164 536164 441529 441529 PubChem (substance) 2 12996 12996 1
1065414 1065414 441529 441529 CAS Common Chemistry 3 12996 12996 1
1267214 1267214 441529 441529 Computational Toxicology and Exposure Data 4 12996 12996 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 513.928ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website