Home » MYSQL » Data Types » Question
  1. What is used to produce a new string from an old string in a desired character set.
    1. CONVERTS()
    2. CONVERTER()
    3. Introducers
    4. CONVERT()
    5. None of these
Correct Option: D

The introducers and CONVERT() clause are not the same in MySQL. An introducer modifies the way a string is interpreted and does not modify the string. CONVERT() produces a new string from the old one.



Your comments will be displayed only after manual approval.