Kizspy | Question: 34
(Choose 1 answer)
Which of the following statements is false regarding SQL Correlated sub-queries?
A. A correlated subquery is not evaluated once for each row processed by the parent statement.
B. Correlated subqueries are used for row-by-row processing.
C. Each subquery is executed once for every row of the outer query.
D. Subqueries always process the innermost query first and the work outward.