Multiple choice technology databases

The value returned by the subquery is used by the main query.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In nested queries, a subquery executes first, and its resulting value or set of values is passed to the main query to complete its evaluation. Hence, the statement is true.