Problem
Write SELECT statement that returns two columns based on the Customers table. The first column, ContactName, is the customer's name in this format: Customers first name (i.e. CustomerFirst column) followed by first letter of Customers last name followed by a dot. The second column, ContactPhone, is the CustPhone column without the area code. Only return rows for those customers in the area codes that start with a digit of 5. Sort the results set by Customers first name in ascending order. Use Examples database.