Multiple choice technology databases

which one is not a function in oracle....?

  1. compose

  2. decompose

  3. translate

  4. retranslate

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

Oracle SQL includes TRANSLATE for character replacement, and COMPOSE/DECOMPOSE for Unicode handling. RETRANSLATE does not exist as a built-in Oracle function.