Multiple choice

Which of the following conversion functions in Oracle translates a string in any data type to a unicode string that can be in the fully normalized form of the input string?

  1. ASCIISTR()

  2. CAST()

  3. COMPOSE()

  4. CONVERT()

  5. DECODE()

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This is a conversion function in Oracle, which translates a string in any data type to a unicode string that can be in the fully normalized form of the input string.