GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Oracle  >  SQL Plus
Go To First  |  Previous Question  |  Next Question 
 SQL Plus  |  Question 2 of 132    Print  
What is a transaction

  
Total Answers and Comments: 13 Last Update: August 07, 2009   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
  Sorting Options  
  Page 1 of 2   « First    1    2    >     Last »  
March 25, 2005 06:07:20   #1  
Ratan        

RE: What is a transaction
One or more SQL statements that mark the completion of a task is called a transaction.
 
Is this answer useful? Yes | No
August 22, 2005 07:05:18   #2  
jagdish        

RE: What is a transaction
It is a operation on database / table. which has to be confirmed after completion.
It may be single sql stm or multiple stm

 
Is this answer useful? Yes | No
August 22, 2005 10:28:46   #3  
Gayathri        

RE: What is a transaction
A collection of DML statements that form a
logical unit of work is called a transaction

 
Is this answer useful? Yes | No
August 28, 2005 23:32:18   #4  
vipin        

RE: What is a transaction
vipco1974@yahoo.com

whatever you do before executing a commit or rollback is called as a transaction.

 
Is this answer useful? Yes | No
September 20, 2005 05:56:10   #5  
kishorebabu K M        

RE: What is a transaction

Transaction is a set of DML statements end up once a commit or rollback statements are encountered


 
Is this answer useful? Yes | No
October 15, 2005 04:51:28   #6  
annathurai        

RE: What is a transaction
transaction nothing but logical group of unit is called the transaction
 
Is this answer useful? Yes | No
February 20, 2006 00:33:59   #7  
Srikanta Mallik        

RE: What is a transaction

Hi

Transaction is a logical unit of dadabase processing acollection of logical process.

By

Srikanta Mallik

Haldia Institute Of Technology.

Haldia


 
Is this answer useful? Yes | No
May 05, 2006 05:24:34   #8  
Suraj Marathe        

RE: What is a transaction

Transaction should follow ACID property.

A > Atomicity

C > Consistancy

I >integrity

D >durability


 
Is this answer useful? Yes | No
May 13, 2006 15:08:26   #9  
agupta_22 Member Since: April 2006   Contribution: 1    

RE: What is a transaction

Transaction should commit as whole or should rollback as whole.
A transaction should possess following properties

1) Atomicity refers to the ability of the DBMS to guarantee that either all of the tasks of a transaction are performed or none of them are. The transfer of funds can be completed or it can fail for a multitude of reasons but atomicity guarantees that one account won't be debited if the other is not credited as well.
2) Consistency refers to the database being in a legal state when the transaction begins and when it ends. This means that a transaction can't break the rules or integrity constraints of the database. If an integrity constraint states that all accounts must have a positive balance then any transaction violating this rule will be aborted.
3) Isolation refers to the ability of the application to make operations in a transaction appear isolated from all other operations. This means that no operation outside the transaction can ever see the data in an intermediate state; a bank manager can see the transferred funds on one account or the other but never on both even if she ran her query while the transfer was still being processed. More formally isolation means the transaction history (or schedule) is serializable. For performance reasons this ability is the most often relaxed constraint. See the isolation article for more details.
4) Durability refers to the guarantee that once the user has been notified of success the transaction will persist and not be undone. This means it will survive system failure and that the database system has checked the integrity constraints and won't need to abort the transaction. Typically all transactions are written into a log that can be played back to recreate the system to its state right before the failure. A transaction can only be deemed committed after it is safely in the log.


 
Is this answer useful? Yes | No
October 24, 2006 23:38:09   #10  
thumatinagaraju Member Since: October 2006   Contribution: 26    

RE: What is a transaction
nice reply friend vipin
 
Is this answer useful? Yes | No
  Page 1 of 2   « First    1    2    >     Last »  


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape