sql how to get all data lowercase code example Example: how to write lowercase in sql SELECT UPPER(FIRST_NAME) , LOWER(LAST_NAME) FROM CUSTOMERS ;