Goal --> Try to find the execution time the query will take to display result before executing the query.
Detail Description --> I am trying to run an simple query , for Example one shown below, I am trying to find out how much actual time the query will take before running the query
SELECT top 1 *
FROM table_name