The upper() function returns a string in which all the alphabetic characters of a specified string have been converted to uppercase.
upper(string_expression)
• string_expression – The string or string field you wish to convert to upper case.
String
This function can be used to manipulate a string without regard to the case of the characters in the string.