Home »
MCQs »
SQL MCQs »
SQL Scalar Functions MCQs
What is the functionality of UCASE function?
4. What is the functionality of UCASE function?
- To change the case of the string to lowercase characters.
- To change the case of the string to uppercase characters.
- To change the case of the string to numeric characters.
- To change the case of the string to symbolic characters.
Answer: B) To change the case of the string to uppercase characters
Explanation:
UCASE function is used to change the case of the string to uppercase characters.