Instruction
Great! Let's review what we've learned so far.
- Use
<window_function> OVER()to compute an aggregate for all rows in the query result. - The window functions is applied after the rows are filtered by
WHERE. - The window functions are used to compute aggregates but keep details of individual rows at the same time.
- You can't use window functions in
WHEREclauses.
Did you get that very basic idea of OVER() right? Let's find out!
Exercise
Press to start a very short quiz.



