- A To define the hardware configuration for the DBMS
- B To monitor the performance of the database system
- C To choose the most efficient query execution plan
- D To validate the integrity of the database
- Share this MCQ
Answer:
C
Share this MCQ
Answer: C) To choose the most efficient query execution plan
Explanation: The goal of a query optimizer in a DBMS is to choose the most efficient query execution plan.
The query optimizer analyzes the query and available data statistics to determine the optimal sequence of operations and access paths to retrieve the requested data.
By selecting the best plan, the optimizer aims to minimize resource usage and maximize query performance.
Share this MCQ