SQL - Window Functions Fundamentals
You want to assign a sequential rank to salespeople within each region, but if two salespeople have the same sales amount, they should get different ranks (no ties). Which window function with
PARTITION BY should you use?