What is Percent_Rank function?

 Posted by Rajnilari2015 on 10/24/2015 | Category: Sql Server Interview questions | Views: 1717 | Points: 40
Select from following answers:
  1. It is an Aggregate function introduced from SQL Server 2012.Within a group of rows,it calculates the relative rank of a row.
  2. It is an Analytic function introduced from SQL Server 2012.Within a group of rows,it calculates the relative rank of a row.
  3. It is both Aggregate and Analytic function introduced from SQL Server 2012.Within a group of rows,it calculates the relative rank of a row.
  4. It is both Aggregate and Analytic function introduced from SQL Server 2012.Within a group of rows,it calculates the absolute rank of a row.
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response