NAME SHOULD BE IN UPPER CASE SQL code example Example: get all name uppercase in sql SELECT UPPER(FIRST_NAME) , LOWER(LAST_NAME) FROM CUSTOMERS ;