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

Question:

Which of the following will select the SSN field from the tblPayInfo table and then sort the records in descending order by the SSN field?

a. SELECT SSN FROM tblPayInfo DESC

b. SELECT SSN FROM tblPayInfo ORDER BY SSN DESC

c. SELECT SSN FROM tblPayInfo WHERE SSN DESC

d. SELECT SSN FROM tblPayInfo SORT SSN DESC

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

Step by Step Answer:

Related Book For  answer-question
Question Posted: