1. Learn
  2. /
  3. Courses
  4. /
  5. Intermediate SQL Server

Exercise

Window functions with aggregations (II)

In the last exercise, you calculated the sum of all orders for each territory. In this exercise, you will calculate the number of orders in each territory.

Instructions

100 XP
  • Count the number of rows in each partition.
  • Partition the table by TerritoryName.