โ๏ธ Code CompletionSQ SQL Hard+35 XP
Window Function
Complete the window function.
โ๏ธ Fill in the blank
SELECT name, salary,
RANK() ___ (ORDER BY salary DESC) AS rank
FROM employees;Complete the window function.
SELECT name, salary,
RANK() ___ (ORDER BY salary DESC) AS rank
FROM employees;