What is a transaction and what are ACID properties?

Answer Posted / abdul malik(new college)

A-Atomacity
C-Consistency
I-Isolation
D-Durability
Atomacity-eiher all operations of the transaction are
reflected properly in the database are none all.
Consistency-Execution of transaction in isolation (ie)with
no other transaction executing concurrently.preserve
the consistency of the database.
Isolation-even though multiple transaction may execute
concurrently.
Durablity-
after a transaction complete successfully the changes it has
made to the database presist even if there are system
failure.
These are called ACID properties.

Is This Answer Correct ?    17 Yes 22 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is database white box testing?

680


Suppose you want to implement the many-to-many relationships while designing tables. How would you do it?

546


What do you mean by cardinality?

497


Tell me what are cursors and when they are useful?

511


How the authentication mode can be changed?

610






If any stored procedure is encrypted, then can we see its definition in activity monitor?

551


how you can deploy an ssrs report?

127


Explain the database you used in your final year project?

539


What is a deadlock and what is a live lock?

580


What is 2nf normalization form?

627


Can we check locks in database? If so, how can we do this lock check?

532


How many non clustered indexes there can be on table ?

514


How can I know what locks are running on which resource?

511


What is the use of custom fields in report?

561


What is field in algebra?

630