Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is ACID Property of Transaction?

Answer Posted / patil madhav

Atomicity:-
All changes to data are performed as if they are a
single operation. That is, all the changes are performed, or
none of them are.

For example, in an application that transfers funds from
one account to another, the atomicity property ensures that,
if a debit is made successfully from one account, the
corresponding credit is made to the other account.

Consistency:-
Data is in a consistent state when a transaction starts
and when it ends.

For example, in an application that transfers funds from
one account to another, the consistency property ensures
that the total value of funds in both the accounts is the
same at the start and end of each transaction.

Isolation:-
The intermediate state of a transaction is invisible to
other transactions. As a result, transactions that run
concurrently appear to be serialized.

For example, in an application that transfers funds from
one account to another, the isolation property ensures that
another transaction sees the transferred funds in one
account or the other, but not in both, nor in neither.

Durability:-
After a transaction successfully completes, changes to
data persist and are not undone, even in the event of a
system failure.

For example, in an application that transfers funds from
one account to another, the durability property ensures that
the changes made to each account will not be reversed.

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the ‘fillfactor’?

1013


How will you optimize a stored procedure optimization?

1112


What are the components of sql server service broker?

1060


What is 'write-ahead log' in sql server 2000 ?

1106


Explain what is dbcc?

1065


what are the three command line utilities and what are their primary functions?

152


List down some advantages of sql stored procedure?

1014


Write an sql query to find first weekday of the month?

975


Difference between Logical Page and Physical Page in SSRS.

489


how to use DTS package in 2000,2005,2008 in sql server

1901


What is tablesample?

1175


What do you understand by mirroring?

1044


What is sql profiler. What are the default templates with it? : sql server database administration

1105


What is a View ? Can we insert, Update and delete a view?

1059


Can a table have 2 primary keys?

1031