Construct a correlated subquery.
Definition
Constructing a correlated subquery requires that the inner query execute once for each result returned in the parent query. A correlated subquery will have a JOIN from inner to outer query.Related Standards of Learning
Mathematics
COM.9
The student will implement pre-defined algorithms, including sort routines, search routines, and simple animation routines.