Solved

​Contents of the BOOKS Table

Question 96

Multiple Choice

​Contents of the BOOKS table
​Contents of the BOOKS table    -​Based on the contents of the BOOKS table,which of the following SQL statements will display the title of all books published by the publisher of SHORTEST POEMS? A)  ​SELECT title FROM books WHERE pubid >ANY (SELECT pubid FROM books WHERE title = 'SHORTEST POEMS') ; B)  ​SELECT title FROM books WHERE pubid =ANY SELECT pubid FROM books WHERE title = 'SHORTEST POEMS'; C)  ​SELECT title FROM books WHERE pubid IN (SELECT pubid,title FROM books WHERE title = 'SHORTEST POEMS') ; D)  ​none of the above
-​Based on the contents of the BOOKS table,which of the following SQL statements will display the title of all books published by the publisher of SHORTEST POEMS?


A) ​SELECT title FROM books WHERE pubid >ANY
(SELECT pubid FROM books WHERE title = 'SHORTEST POEMS') ;
B) ​SELECT title FROM books WHERE pubid =ANY
SELECT pubid FROM books WHERE title = 'SHORTEST POEMS';
C) ​SELECT title FROM books WHERE pubid IN
(SELECT pubid,title FROM books WHERE title = 'SHORTEST POEMS') ;
D) ​none of the above

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions

Unlock this Answer For Free Now!

View this answer and more for free by performing one of the following actions

qr-code

Scan the QR code to install the App and get 2 free unlocks

upload documents

Unlock quizzes for free by uploading documents