Skip to main content
โœ๏ธ 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;

โœ๏ธ Type the missing code:

Priygop - Leading Professional Development Platform | Expert Courses & Interview Prep