Select from following answers:- BEGIN TRANSACTION
- COMMIT TRANSACTION
- SAVE TRANSACTION
- All Above
You use the BEGIN TRANSACTION statement to mark the start point of an explicit local transaction.
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.
Show Correct Answer
Source: Microsoft Press book | |
Alert Moderator