Select from following answers:- SAVE TRANSACTION
- BEGIN TRANSACTION
- COMMIT TRANSACTION

- All Above
You use the COMMIT TRANSACTION statement to mark the end of a successful implicit or explicit transaction.
You use the SAVE TRANSACTION statement to create a savepoint within a transaction.
You use the BEGIN TRANSACTION statement to mark the start point of an explicit local transaction.
Show Correct Answer
Source: Measureup.com | |
Alert Moderator