McqMate
Q. |
Which of the following is the simplest ranking function? |
A. | rank |
B. | ntile |
C. | row_number |
D. | none of the mentioned |
Answer» C. row_number | |
Explanation: the row_number ranking function is the simplest of the ranking functions.its purpose in life is to provide consecutive numbering of the rows in the result set by the order selected in the over clause for each partition specified in the over clause. |
View all MCQs in
Information Retrival TechniquesNo comments yet