Search This Blog

What is transaction? In terms of Database

A. A transaction is a collection of applications code and database
manipulation code bound into an indivisible unit of execution.
it consists from:

BEGIN-TRANSACTION Name
Code
END TRANSACTION Name