This function converts the specified string into uppercase letters.
ucase::=
UCASE is an alias for UPPER.
UCASE
SELECT UCASE('AbCdEf') UCASE;