Which of the following will select the SSN field from the PayInfo table and then sort the

Question:

Which of the following will select the SSN field from the PayInfo table and then sort the records in descending order by the SSN field?
a. SELECT SSN FROM PayInfo DESC
b. SELECT SSN FROM PayInfo ORDER BY SSN DESC
c. SELECT SSN FROM PayInfo WHERE SSN DESC
d. SELECT SSN FROM PayInfo SORT SSN DESC

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: