January 2012
Intermediate to advanced
542 pages
11h 28m
English
In this chapter, we will cover:
In this chapter, we discuss the query optimizer, which is a built-in component of the Oracle database. The optimizer chooses the most efficient way to execute a SQL statement, using three steps:
The query transformation step accepts the parsed statement, divides it into query blocks (for example, identifying a subquery), and determines if it's better to transform the query blocks into ...
Read now
Unlock full access