InterviewSolution
Saved Bookmarks
| 1. |
What Is Execution Plan ? |
|
Answer» The COMBINATIONS of the STEPS the optimizer CHOOSES to execute a statement is called an EXECUTION plan. The combinations of the steps the optimizer chooses to execute a statement is called an execution plan. |
|