InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is the simplest ranking function?(a) RANK(b) NTILE(c) ROW_NUMBER(d) None of the mentionedI have been asked this question during an internship interview.I want to ask this question from Ranking topic in section Manipulating Data with Select of SQL Server |
|
Answer» Right choice is (c) ROW_NUMBER |
|