SQL Functions   «Prev 

SQL Function - Exercise

Combining Functions

Objective: Write a query that combines several special SQL functions discussed in this module.
Given the following table:

MyTable

MyLastName MyFirstName MyAddress MyState
Create a SQL statement that returns the MyLastName column all uppercase, the MyFirstName column all lowercase, and the length of the MyAddress column. Make sure you provide names for your columns.