Which of the following SQL statements is used to start a transaction in a relational database?

  • BEGIN TRANSACTION
  • INITIATE TRANSACTION
  • START TRANSACTION
  • CREATE TRANSACTION
The correct SQL statement to begin a transaction in a relational database is "BEGIN TRANSACTION." Starting a transaction is essential for ensuring data consistency.
Add your answer
Loading...

Leave a comment

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