Multiple Choice
The following SQL statement contains what type of subqueries?
SELECT isbn,title FROM books WHERE pubid =
(SELECT pubid FROM books WHERE title = 'SHORTEST POEMS')
AND retail-cost >
(SELECT AVG(retail-cost) FROM books) ;
A) single-row
B) multiple-row
C) multiple-column
D) inline view
Correct Answer:

Verified
Correct Answer:
Verified
Q69: With a(n)_ subquery,the inner query is executed
Q70: A(n)<u>GROUP BY</u> clause can be used in
Q71: If a subquery is contained in a
Q72: The _ operator is used to determine
Q73: A correlated subquery references one or more
Q75: The <ALL operator indicates that a value
Q76: A subquery is required when the condition
Q77: Explain the different processing methods used by
Q78: Multiple-row subqueries are nested queries that can
Q79: The <ALL operator indicates that for a