📝 Question
#1515
In a _________ the system makes repeated requests for tuples from the operation at the top of the pipeline.
✓
Correct Answer
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.
⌨️ Press
A
B
C
D
to select