SQL Functions   «Prev 

SQL Upper to Lower - Exercise

The UPPER and LOWER functions

Objective: Run queries that contain the UPPER and LOWER functions to see how they work.
The queries from the lesson have been placed below for your convenience. Copy the statements and click the Submit button.
You can paste them into the text box and submit them.
When you are done running both of the queries, click the Submit button.

SELECT UPPER(State) FROM Authors

SELECT LOWER(State) 
FROM Authors