Which of the following best describes the primary difference between **window functions** and **aggregate functions**?
Which clause in a window function specifies the grouping for aggregate calculations?
What is the primary difference between **RANK()** and **DENSE_RANK()** window functions?
Which scenario best suits **DENSE_RANK()** over **RANK()**?
What does the **NTILE()** window function primarily accomplish?
How does **NTILE(n)** differ from **RANK()** and **DENSE_RANK()**?
Score: 0 / 6