-
What is used to produce a new string from an old string in a desired character set.
-
- CONVERTS()
- CONVERTER()
- Introducers
- CONVERT()
- 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.