Question

In SQL Query Analyzer, which of the following would be used to sort the client list consisting of contacts and emails, alphabetically from Z to A, by contact?
a) Select * From client Order by contact
b) Select contact, email From client Order by contact desc
c) Select contact, email From client Order by contact
d) Select contact, email Order by contact desc

Answer

This answer is hidden. It contains 1 characters.