Multiple Choice
Contents of BOOKS table
-Based upon the contents of the BOOKS table in the accompanying figure,which of the following queries will list all books stored in the BOOKS table with a retail price of more than $38 sorted by retail price?
A) SELECT * FROM books WHERE retail >38 SORT BY retail;
B) SELECT * FROM books WHERE retail >38 SORTED BY retail;
C) SELECT * FROM books WHERE retail >38 ORDERED BY retail;
D) SELECT * FROM books WHERE retail >38 ORDER BY retail;
Correct Answer:

Verified
Correct Answer:
Verified
Q94: In regards to sorting,if a DISTINCT option
Q95: _ characters are used to represent unknown
Q96: The _ symbol is used to represent
Q97: If there is an exact match between
Q98: A greater than or equal to comparison
Q100: If a date column is being used
Q101: The _ clause is used to specify
Q102: The <u><</u> symbol is used to search
Q103: When two conditions are joined by the
Q104: The<u> LIKE</u> operator is used to indicate