MySQL Programming Question:

Download Job Interview Questions and Answers PDF

What Is Transaction?

MySQL Programming Interview Question
MySQL Programming Interview Question

Answer:

A transaction is a logical unit of work requested by a user to be applied to the database objects. MySQL server introduces the transaction concept to allow users to group one or more SQL statements into a single transaction, so that the effects of all the SQL statements in a transaction can be either all committed (applied to the database) or all rolled back (undone from the database).

Download MySQL Programming Interview Questions And Answers PDF

Previous QuestionNext Question
What Is CSV?What Is Commit?