Select from following answers:- Savepoints

- Checkpoints
- Transactions
- TRY...CATCH
- All Above
Savepoints offer a mechanism to roll back portions of transactions. The use of a savepoint to roll back part of a transaction in the case of an infrequent error can be more efficient than having each transaction test to see if an update is valid before making the update.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator