The ROW NUMBER Window Function and its implementations | SQL Server

preview_player
Показать описание
In this video, we'll cover the ROW NUMBER Window Function. This function allows us to rank a set of numerical values based on a sorting-criteria. As we demonstrate how this function works, we'll also look at some of its most used practical implementations.

0:00 - Intro
0:10 - The ROW NUMBER function
3:08 - Pagination using the ROW NUMBER function
4:35 - Dynamic Pagination using a Stored Procedure
6:09 - Finding duplicates or multiple occurrences of the same value
8:10 - Finding the top-N results for each partition

This video is part of the Advanced T-SQL: Window Functions for Advanced Querying course on Udemy.

Since window functions are part of the SQL standard specification, all concepts covered in this video/course can be applied to other relational database management systems that use SQL. So, these aren't limited to only SQL Server.
#sql #WindowFunctions #RowNumber
Рекомендации по теме
Комментарии
Автор

Very nice explanations, wish you released more videos!

haasii
Автор

Thanks ! I was having hard time understanding WIndow Functions, you explained it so well in all your videos. Cheers!

dataengineer
Автор

Such a great explanation of the concept. Thank you!

rajee
Автор

I have a question, how is the current row determined?

kiannadavis
welcome to shbcf.ru