โ๏ธ 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
);Complete the subquery.
SELECT name FROM employees
WHERE salary > (
SELECT ___(salary) FROM employees
);