Which SQL statement is used to start a transaction in a database?

  • BEGIN TRANSACTION
  • COMMIT TRANSACTION
  • ROLLBACK TRANSACTION
  • START TRANSACTION
The START TRANSACTION statement is used to begin a transaction in a database, marking the starting point for a series of SQL statements to be treated as a single unit.
Add your answer
Loading...

Leave a comment

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