Forum : What Is Transaction?
Brief description  about Online courses   join in Online courses
View prabeen  patra 's Profile

What Is Transaction?

Hi,

What Is Transaction?
Asked by prabeen patra | Nov 27, 2009 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
Hi prabeen,

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).
Nov 27, 2009