Skip to main content
โœ๏ธ Code CompletionSQ SQL Medium+20 XP

Subquery Pattern

Complete the subquery.

โœ๏ธ Fill in the blank
SELECT name FROM employees
WHERE salary > (
    SELECT ___(salary) FROM employees
);

โœ๏ธ Type the missing code:

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