Home »
MCQs »
DBMS MCQs »
DBMS Pipelining Implementation MCQs
Invocation of the ____ function follows each call to the open() function to return the next tuple
10. Invocation of the ____ function follows each call to the open() function to return the next tuple.
- open()
- next()
- close()
- None
Answer: B) next()
Explanation:
Invocation of the next() function follows each call to the open() function to return the next tuple.