Respuesta :

Rodiak
toupper and tolower functions work with text. Data type used for text is string.
toupper function returns a string where all letters are capitalized. tolower function returns a string where none of letters is capitalized.