What happens when you perform update/ delete via a cursor?
Options
- Only the current row is updated/ deleted.
- Whole table is updated/deleted.
- Update/ delete is not possible via cursor.
- None of the above
CORRECT ANSWER : Only the current row is updated/ deleted.
Write your comments