Which of the following doesnt include the display of books published by Publisher 2 and having a

Question:

Which of the following doesn’t include the display of books published by Publisher 2 and having a retail price of at least $35.00?

a. SELECT * FROM books WHERE pubid = 2, retail >= $35.00;

b. SELECT * FROM books WHERE pubid = 2 AND NOT retail < 35;

c. SELECT * FROM books WHERE pubid IN (1, 2, 5) AND retail NOT BETWEEN 1 AND 29.99;

d. All the above statements display the specified books.

e. None of the above statements display the specified books.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Oracle 12c SQL

ISBN: 978-1305251038

3rd edition

Authors: Joan Casteel

Question Posted: