Explain what is row_number function?



Explain what is row_number function?..

Answer / Manish Asthana

{"ROW_NUMBER() is a window function in SQL Server that assigns a unique number to each row within an ordered result-set.nIt can be used for pagination, record numbering, or rankings.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What are the types of constraints?

1 Answers  


How to include date and time values in sql statements?

1 Answers  


What is difference statement and preparedstatement?

1 Answers  


How to find the list of fixed hard drive and free space on server?

1 Answers  


What is data source document?

1 Answers  


Explain what is the purpose of sql profiler in sql server?

1 Answers  


How to Generate a Series of Random Integers With T-SQL?

1 Answers  


Explain what are magic tables in sql server?

1 Answers  


What is sql server transaction log file?

1 Answers  


Why you need indexing? Where that is stored and what you mean by schema object? For what purpose we are using view?

1 Answers  


what is integrated security (SSPI). why we use in the connection string?

2 Answers  


How do you troubleshoot errors in a SQL Server Agent Job?

1 Answers  


Categories