SQL - CASE Expressions
Identify the error in this query using CASE in WHERE clause:
SELECT * FROM Orders WHERE CASE order_status WHEN 'shipped' THEN TRUE ELSE FALSE;
SELECT * FROM Orders WHERE CASE order_status WHEN 'shipped' THEN TRUE ELSE FALSE;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions