InterviewSolution
Saved Bookmarks
| 1. |
The iterator maintains the __________ of its execution in between calls so that successive next() requests receive successive result tuples.(a) State(b) Transition(c) Rate(d) BlockThe question was asked in unit test.The doubt is from Evaluation of Expressions in section Query Processing Techniques of Database Management |
|
Answer» Correct choice is (a) State |
|