We can also modify the result set as it is returned to us.

Pretty cool, huh? Can you think of cases where it could be useful to have result sets that are all upper or lower case?

Psst: if we wanted to change all of the letters to lowercase, we'd need to use the LCASE keyword instead.

Whoops! That doesn't look like correct SQL syntax, does it?