The OVER Clause determines the Window (Sets of Rows) that will be used
PARTITION BY splits the results into partitions (or groups) that the Window function will be applied to
A Window is similar to a GROUP BY but a GROUP BY just does the aggregate values with no detail while a Window allows you to do aggregates and retain the detail