Multiple Choice
The following SQL statement contains which type of subquery? SELECT title, retail, category, cataverage FROM books NATURAL JOIN
(SELECT category, AVG(retail) cataverage FROM books GROUP BY category) ;
A) correlated
B) single-row
C) multiple-row
D) multiple-column
Correct Answer:

Verified
Correct Answer:
Verified
Q6: A(n)<u>uncorrelated</u> subquery is when the outer query
Q42: The > operator is referred to as
Q52: Valid <u>multiple-row</u> operators include =,>,<,>=,<=._
Q73: A correlated subquery references one or more
Q81: A MERGE statement containing an UPDATE and
Q88: A group function cannot be included in
Q99: The following SQL statement contains which type
Q129: In Oracle11g, a(n) _ allows a series
Q130: A complete query nested inside another query
Q132: In Oracle11g, subqueries nested in a WHERE