When using the "BEGIN TRANSACTION" statement, you must also include a corresponding ____________ statement.

  • BEGIN
  • COMMIT
  • ROLLBACK
  • SAVEPOINT
The correct option is "ROLLBACK." When starting a transaction with BEGIN TRANSACTION, it must be followed by a corresponding ROLLBACK statement to undo the changes made within the transaction if necessary.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *