Multiple choice technology databases

Which is a character manipulation functions ?

  1. CASE

  2. TRUNC

  3. REPLACE

  4. MOD

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

The REPLACE function is a character manipulation function used to replace occurrences of a substring within a string. CASE is a conditional expression, TRUNC is a numeric or date truncation function, and MOD is a mathematical modulo function.