Multiple Choice
Which of the following is the correct SQL clause to sort the results of a SELECT query in reverse-alphabetic order using the Department field?
A) SORT BY Department
B) REVERSE Department
C) ORDER BY Department DESC
D) SORT BY Department DESC
E) SORT BY Department REVERSE
Correct Answer:

Verified
Correct Answer:
Verified
Q5: Given the table<br>CUSTOMER(CustID,Name,PhoneNum,AcctBalance)<br>What is the standard SQL
Q6: Standard SQL does not allow built-in functions
Q7: Existing tables in a database can be
Q9: One way to specify all of the
Q10: In SQL,to refer to a range of
Q11: The ON DELETE CASCADE referential integrity constraint
Q12: If you need to create a primary
Q13: A composite primary key can be defined
Q29: Given the table CUSTOMER(CustID,Name,PhoneNumber,AccountBalance),write the standard SQL
Q114: SQL stands for _.