InterviewSolution
Saved Bookmarks
| 1. |
What Is The Function Of Optimizer ? |
|
Answer» The GOAL of the OPTIMIZER is to CHOOSE the most efficient way to EXECUTE a SQL STATEMENT. The goal of the optimizer is to choose the most efficient way to execute a SQL statement. |
|