Window functions in SQL differ from GROUP BY primarily because they:
What is the primary purpose of using the **OVER()** clause with the **SUM()** aggregate function?
What does the **AVG()** function return when used as a basic aggregate without window clauses?
What distinguishes basic **AVG(Price)** from **AVG(Price) OVER ()**?
What is the key difference between using COUNT() with GROUP BY versus COUNT() OVER (PARTITION BY)?
What is the primary advantage of using **MIN** as a window function instead of a traditional GROUP BY aggregate?
Score: 0 / 6