SQL Fundamentals — Hard
Key points
- The ALL operator compares the main query value to every value in the subquery
- It requires the main query value to be greater than all values in the subquery
- This is different from the ANY operator, which only requires the main query value to be greater than at least one value in the subquery
Ready to go further?
Related questions
