InterviewSolution
Saved Bookmarks
| 1. |
In a _________ the system makes repeated requests for tuples from the operation at the top of the pipeline.(a) Demand-driven pipeline(b) Producer-driven pipeline(c) Demand pipeline(d) All of the mentionedThe question was asked in exam.This is a very interesting question from Evaluation of Expressions topic in section Query Processing Techniques of Database Management |
|
Answer» RIGHT OPTION is (a) Demand-driven pipeline Explanation: Each time that an operation receives a REQUEST for tuples, it computes the next tuple (or tuples) to be RETURNED, and then returns that tuple. |
|