(1Z0-071) Oracle Database SQL Certified Associate Practice Test
(1Z0-071) Oracle Database SQL Certified Associate Free 1Z0-071 Conditional Expressions Questions and Answers
Which of the following is a valid use of the CASE expression in SQL?
Select your answer
A
CASE salary WHEN > 50000 THEN 'High' ELSE 'Low' END
B
CASE WHEN salary > 50000 THEN 'High' ELSE 'Low' END
C
CASE salary > 50000 THEN 'High' ELSE 'Low' END
D
CASE salary WHEN > 50000 THEN 'High' END
Need a hint?