Kizspy | Question: 46 (Choose 1 answer)
What is NOT true about the cursor in SQL?
A. It is considered the best practice to use when we want insert, update, or delete data in a table of SQL Server.
B. The cursor allows users to process data from a result set, one row at a time.
C. Cursors are an alternative to commands, which operate on all rows in a result set at the same time.
D. Unlike commands, cursors can be used to update data on a row-by-row basis.