why sql query convert to small letter in node js code example Example: how to write lowercase in sql SELECT UPPER(FIRST_NAME) , LOWER(LAST_NAME) FROM CUSTOMERS ;