how to set name to upper in sql code example Example: how to upper case in sql SELECT UPPER(FIRST_NAME) , LOWER(LAST_NAME) FROM CUSTOMERS ;