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 stored in the BOOKS table with Pubid 1 or 2 or that have a retail price of at least $42.00?
A) SELECT * FROM books
WHERE pubid = 1 OR pubid = 2 OR retail >= 42;
B) SELECT * FROM books
WHERE pubid IN (1,2) OR retail => 42;
C) SELECT * FROM books
WHERE pubid = 1 AND pubid=2 OR retail >=42;
D) both a and b
Correct Answer:
Verified
Q77: When the WHERE clause contains multiple types
Q78: Which of the following operators can be
Q79: When sorting the results in ascending order,which
Q80: Which of the following clauses is used
Q81: Contents of BOOKS table Q83: Contents of the ORDERS table Q84: Contents of BOOKS table Q85: Contents of the ORDERS table Q86: Contents of BOOKS table Q87: Contents of the ORDERS table 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