adspace


what is ACID test for fresh engineers??what is the pattern??

Answer Posted / Abhishek Raghav

The ACID test (Atomicity, Consistency, Isolation, Durability) is a set of properties that describe how transactions should be handled in a database. For fresh engineers, understanding and applying these properties during database development ensures data integrity and reliability. Atomicity means a transaction is all-or-nothing; Consistency maintains the database in a valid state after each transaction; Isolation allows multiple transactions to run concurrently without interfering with each other; Durability guarantees that once a transaction is committed, it will be permanently stored on the storage medium.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How is declarative handling of exceptions done in struts ?

1005


What do you know about validation plugin ?

1028


What are the contents on web.xml in struts application ?

1066


What is the difference between filters and interceptors ?

1311


What is action chaining ?

1164