Correlated Subqueries
A correlated subquery is one that refers to a column from the outer query, called an outer reference. RaimaDB SQL performs a correlated subquery by executing the inner query for each row of the outer query. Processing a subquery of this type can take some time. An example is given in the next section.