Home »
MCQs »
DBMS MCQs »
DBMS Pipelining Implementation MCQs
When the operation receives ___ from pipelined inputs, it computes ___ for its output or result and passes them to the parent operation that is above
5. When the operation receives ___ from pipelined inputs, it computes ___ for its output or result and passes them to the parent operation that is above.
- Tuples
- Attributes
- Columns
- None
Answer: A) Tuples
Explanation:
When the operation receives tuples from pipelined inputs, it computes tuples for its output or result and passes them to the parent operation that is above.