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


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement