select UPPER('converted to upper'); select LOWER('CONVERTED TO LOWER');
SELECT UPPER(FIRST_NAME) , LOWER(LAST_NAME) FROM CUSTOMERS ;