InterviewSolution
Saved Bookmarks
| 1. |
The results of each intermediate operation are created and then are used for evaluation of the next-level operations. This is called(a) Materialized evaluation(b) Expression evaluation(c) Tree evaluation(d) Tree materializationThis question was posed to me in quiz.This interesting question is from Evaluation of Expressions topic in section Query Processing Techniques of Database Management |
|
Answer» Correct OPTION is (a) Materialized EVALUATION |
|