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
What is report server project?
What samples and sample databases are provided by microsoft?
can a table be moved to different filegroup? : Sql server administration
Explain about link server in sql server?
What do you mean by an execution plan? How would you view it?
What is query parameter in ssrs?
Explain the phases a transaction has to undergo?
Can foreign key be duplicate?
Explain what are commit and rollback in sql?
What are “unrepeatable reads”?
What is the difference between indexing and hashing?
How to connect sql server management studio express to sql server 2005 express?
How can we determine what objects a user-defined function depends upon?
Differentiate between sql temp table vs table variable?
How many categories of functions based their return modes?