Question:

The optimizer that explores the space of all query-evaluation plans is called ________.
 

Show Hint

Cost-based optimizers are efficient for complex queries and large datasets, as they minimize execution time by considering all possible plans.
Updated On: Jun 16, 2025
  • cost-based
  • plan-based
  • estimate-based
  • count-based
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

A cost-based optimizer is responsible for exploring different query evaluation plans and selecting the one that minimizes the estimated cost. It evaluates the cost of different execution strategies based on factors such as the amount of data and the number of joins involved.
Was this answer helpful?
0
0