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.
Loading...
Related Quiz
- How can a servlet implement role-based access control?
- How does asynchronous processing affect the servlet's lifecycle?
- In connection pooling, the pool size is defined by the _________ and _________ parameters.
- What is the primary use of RequestDispatcher in servlets?
- What is the impact of setting a very high or very low size for the connection pool?