does uppercase matter in table nme of sql code example Example: how to upper case in sql SELECT UPPER(FIRST_NAME) , LOWER(LAST_NAME) FROM CUSTOMERS ;