What is Row_Number()?

 Posted by Virendradugar on 9/9/2009 | Category: Sql Server Interview questions | Views: 6431
Answer:

ROW_NUMBER() returns a column as an expression that contain's the row number within the result set. This is only a number used in the context of the result set, if the result changes, the ROW_NUMBER() will change.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response