InterviewSolution
Saved Bookmarks
| 1. |
A ________ explores the space of all query evaluation plans that are equivalent to a given query.(a) Cost based optimizer(b) Space based optimizer(c) Time based optimizer(d) None of the mentioned |
|
Answer» Correct option is (a) Cost based optimizer Explanation: A cost based optimizer explores the space of all query evaluation plans that are equivalent to a given query, and chooses the one with the least estimated cost. |
|