Contents of BOOKS table
-Based upon the contents of the BOOKS table in the accompanying figure,which of the following queries will return the category and title of all books stored in the BOOKS table presented in order of their category and,for the books in the same category,sort the title of the books in descending order?
A) SELECT category,title FROM books
ORDERED BY 1,2 DESC;
B) SELECT category,title FROM books
ORDER BY 1 ASC,2 DESC;
C) SELECT category,title FROM books
SORTED BY 1 ASC,2 DESC;
D) SELECT category,title FROM books
SORT BY 1,2 DESC;
Correct Answer:
Verified
Q79: When sorting the results in ascending order,which
Q80: Which of the following clauses is used
Q81: Contents of BOOKS table Q82: Contents of BOOKS table Q83: Contents of the ORDERS table Q85: Contents of the ORDERS table Q86: Contents of BOOKS table Q87: Contents of the ORDERS table Q88: The maximum number of columns that can Q89: The order in which NULL values appear Unlock this Answer For Free Now! View this answer and more for free by performing one of the following actions Scan the QR code to install the App and get 2 free unlocks Unlock quizzes for free by uploading documents