What is the primary advantage of using LAG() instead of a self-join to retrieve previous row values?**
What does the **LEAD()** window function primarily retrieve from an ordered set of rows?
What value does **LEAD()** return for the last row in a window?
What is the primary difference between **FIRST_VALUE()** and **LAG()** in the context of window functions?
What happens when you apply **FIRST_VALUE()** without an **ORDER BY** clause in the window specification?
When using **NTH_VALUE()**, what determines which value is considered the "nth" value?
Score: 0 / 6