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 mentionedThe question was asked in exam.My question is taken from Choice of Evaluation Plans topic in division Query Processing and Optimization of RDBMS

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.



Discussion

No Comment Found

Related InterviewSolutions