Use different window types when maintaining a specific number of rows situations.
Maintaining a specific number of rows is useful in many situations, but sometimes you may want to keep all rows for a certain amount of time.
Complete the following exercise to explore an additional type of window. See Solutions for possible solutions to this exercise.
Modify the KEEP clause to read "KEEP EVERY 4 ROWS". Run the query and observe the results. What do you think this type of window is called?