Introduction to Window Functions
  • Introduction
  • Understanding Window Functions in SQL Server
  • Learn the basic syntax and components of Windows Function
  • Types of window functions.
SQL Server Setup
  • Download SQL Server
  • Install SQL Server
  • Install SSMS
  • Connect SSMS to SQL Server
  • System Databases
  • Download Sample databases
  • Restore sample databases into SQL Server
  • How to execute queries on SQL Server using SSMS
Row-Numbering Functions
  • What are Row-Numbering Functions
Ranking Functions
  • What are ranking functions
  • RANK
  • DENSE_RANK
  • NTILE
Aggregation Functions
  • What are Aggregation functions
  • SUM
  • AVG
  • COUNT
  • MIN
  • MAX
Moving Averages and Cumulative Sum
  • What are moving averages
  • What are cumulative Sums
Offset Functions
  • What are Offset functions
  • LEAD
  • LAG
  • FIRST_VALUE
  • LAST_VALUE