SQL - CASE Expressions
You want to filter rows from
Employees where if department is 'HR', salary must be above 60000, else age must be below 30. Which query correctly uses CASE in the WHERE clause?