Oracle Database SQL — Question 25

Which two statements are true? (Choose two.)

Answer options

Correct answer: D, E

Explanation

The correct answers are D and E because DECODE is indeed a function and all conditions that can be evaluated using DECODE can also be evaluated with CASE. Options A, B, C, and F are incorrect as they misrepresent the functionality of CASE and DECODE.