Windows Functions
Drawbacks aggregate functions
perform aggregations over the entire table and cause multiple rows to be grouped together
A window function performs calculations across a set of table rows that are somehow related to the current row.
Windows functions ...
wooblygeek.hashnode.dev10 min read