5. Window Functions for Data Analysis
Overview
In this chapter, you will learn the conceptual logic of window functions, write SQL to execute these functions, and modify them using keywords such as PARTITION BY
and ORDER BY
.
By the end of this chapter, you will be able to apply these functions to gain new insights into data and understand the properties of datasets, such as ranking and percentiles.