Multiple choice technology databases REPLACE Replaces word by word Replaces a column with another column Replaces character by character Replaces a row with another row Reveal answer Fill a bubble to check yourself A Correct answer Explanation In SQL, the REPLACE function replaces all occurrences of a specified substring (word or sequence of characters) with another substring, whereas TRANSLATE performs character-by-character substitution.