Home »
MCQs »
SQL MCQs »
SQL Functions MCQs
What does UCASE() function do?
8. What does UCASE() function do?
- Converts database field to uppercase
- Converts database field to lowercase
- Returns the length of the text field
- Returns the current date and time
Answer: A) Converts database field to uppercase
Explanation:
UCASE() function converts database field to uppercase.