Contents of BOOKS table
-Based upon the contents of the BOOKS table in the accompanying figure,which of the following queries will retrieve all book titles that are in the Business or Computer category and have a retail price of more than $35.00?
A) SELECT title FROM books
WHERE category = 'BUSINESS' OR 'COMPUTER' AND retail >35;
B) SELECT title FROM books
WHERE category = 'BUSINESS' OR category ='COMPUTER' AND retail >35;
C) SELECT title FROM books
WHERE (category = 'BUSINESS' OR category ='COMPUTER' ) AND retail >35;
D) SELECT title FROM books
WHERE category = 'BUSINESS' OR category ='COMPUTER' AND (retail >35) ;
Correct Answer:
Verified
Q76: Which of the following operators can be
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
Q82: 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 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