How Oracle executes a statement with nested subqueries?

When Oracle executes a statement with nested subqueries,it always executes the innermost query first. This query passes its results to the next query and so on until it reaches the outermost query.
It is the outermost query that returns a result set.

No comments:

Post a Comment