Multiple choice technology databases Which is a character manipulation functions ? CASE TRUNC REPLACE 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.