Which window function calculates the cumulative sum of a column's values over a specified range?
SUM(OVER())
RANK()
ROW_NUMBER()
LAG()

Database Systems Exercises are loading ...