Multiple choice technology databases

TRANSLATE

  1. Restricts the length of the String

  2. Replaces a sequence of characters in a string with another set of characters

  3. Modifies the datatype of a column

  4. Renames a column

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

The TRANSLATE function in SQL replaces a sequence of individual characters in a string with another corresponding set of individual characters, mapping them one-to-one.