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
Correct Answer:
Verified
Q91: When a multiple-column subquery is included in
Q92: A temporary table that is created when
Q93: The following SQL statement contains which type
Q94: Which comparison operator allows you to search
Q95: The EXISTS operator must be listed _
A)
Q97: The <ALL operator indicates that a value
Q98: Contents of the BOOKS table
Q99: Which of the following terms refers to
Q100: If it is possible for a subquery
Q101: A subquery,except one in the FROM clause,cannot
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