What is a transaction ?

Transaction is logical unit between two commits and commit and rollback.

Showing Answers 1 - 2 of 2 Answers

j lehew

  • Aug 25th, 2005
 

A transaction either commits (i.e. all its actions happen), or it aborts (i.e. all its actions are undone). This all-or-nothing quality makes for a simple programming model.  
 
Transactions also meets the ACID test: Atomic, Consistent, Isolation, and Durable

  Was this answer useful?  Yes

Vaibhavi

  • Dec 21st, 2005
 

A  Transaction  is  a  logical  unit of 
work that comprises one or more SQL statements 
executed by a single user.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions