Oracle Database SQL — Question 48

Which statement executes successfully?

Answer options

Correct answer: B

Explanation

Option B is correct because the TO_CHAR function can successfully convert the INTERVAL to a string format. The other options are incorrect due to inappropriate function usage; for instance, TO_NUMBER cannot process an INTERVAL directly, and TO_DATE is not suitable for converting INTERVAL values.