Simple demo for LOWER() function: convert string to lower case
SQL> SQL> SELECT LOWER('Hello There') AS UPPER FROM Dual; UPPER ----------- hello there