Suppose,i have one table named competency_details which has one column named competency_value and column contains 200,345,455 and 100
What will be the output of below query?
Select Avg(competency_value) as 'Total Competency' from competency_details;

 Posted by Rajesh_Kumar on 1/22/2014 | Category: Sql Server Interview questions | Views: 3528 | Points: 40
Select from following answers:
  1. 1100
  2. 275
  3. 455
  4. 1200
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response