Instruction
Great! Let's review what we've learned so far.
- Use
<WindowFunction> OVER()to perform an aggregate computation for all the rows in the query result. - Window functions can compute aggregates and keep the details of individual rows at the same time.
- Window functions are applied after the rows are filtered by
WHERE, therefore you cannot use window functions in theWHEREclause.
Did you grasp the basic idea of OVER()? Let's find out!
Exercise
Click to start the quiz.



