InterviewSolution
Saved Bookmarks
| 1. |
What technique is used for the evaluation of a query with a nested sub query?(a) Caching(b) Decorrelated evaluation(c) Correlated evaluation(d) Time based evaluationThe question was posed to me in an interview for internship.I would like to ask this question from Choice of Evaluation Plans in portion Query Processing and Optimization of RDBMS |
|
Answer» The correct CHOICE is (c) Correlated evaluation |
|