Kizspy | Question: 47 (Choose 1 answer)
When is it recommended to use a cursor in SQL?
A. Always, as cursors are the most efficient way to process data
B. When processing data row by row is necessary or unavoidable
C. Only when creating complex joins between tables
D. Never, as set-based operations are always more efficient