Multiple Choice
Contents of BOOKS table
-Based upon the contents of the BOOKS table in the accompanying figure,which of the following queries will retrieve all books published in 2001?
A) SELECT * FROM books
WHERE pubdate BETWEEN '01-JAN-01' AND '31-DEC-01';
B) SELECT * FROM books
WHERE pubdate LIKE '%01';
C) SELECT * FROM books
WHERE pubdate >= '01-JAN-01' AND pubdate <= '31-DEC-01';
D) all of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q119: The first column listed in an ORDER
Q120: A(n)_ is used to indicate how data
Q121: When data is sorted in ascending order,NULL
Q122: The <u>BETWEEN</u> operator is used to determine
Q123: The _ symbol is used for determining
Q125: Contents of the ORDERS table<br> <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB1929/.jpg"
Q126: The _ symbol is used for determining
Q127: Which of the following symbols is a
Q128: Which of the following is NOT a
Q129: When sorting the results in ascending order,which