You only want to view specific fields from the Contact table. Write a SQL statements to do the following:
Return only the following fields: Title, First Name and Last Name for everyone in the Contact table. Sort by Last Name, First Name in descending order.