Which of the following approach is used for Pagination in SQL server 2012?

 Posted by Bandi on 9/30/2013 | Category: Sql Server Interview questions | Views: 2737 | Points: 40
Select from following answers:
  1. LAD() OVER()
  2. ROW_NUMBER() OVER()
  3. ORDER BY OFFSET and FETCH NEXT
  4. DENSE_RANK() OVER()
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response