Explain what are acid properties?



Explain what are acid properties?..

Answer / Indrajeet Kumar Yadav

ACID stands for Atomicity, Consistency, Isolation, and Durability. These are properties that guarantee reliable transactions in a database system.
1) Atomicity: Transactions must be processed completely or not at all (all-or-nothing rule).
2) Consistency: The database remains in a valid state before and after the transaction is executed.
3) Isolation: Concurrent transactions do not interfere with each other.
4) Durability: Once committed, the transaction should be permanent and protected from loss.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

What are all components of ADO.Net data provider?

1 Answers  


How to add an aggregate column?

1 Answers  


What is the usage of the dataset object in ado.net?

1 Answers  


What is ole in excel?

1 Answers  


What are the 4 types of classes in ADO.NET?

5 Answers  


Which control of the BindingNavigator returns the current position within the data source?

1 Answers  


What are the advantages of oledb compared with other classes?

1 Answers  


What is the difference between connected environment and a disconnected environment?

2 Answers  


What are the uses of Stored Procedure?

1 Answers  


What are two important objects of ADO.Net?

1 Answers  


Being fresher How would i answer to the question that what is your salary exception?

4 Answers  


What is the role of data provider in ado.net?

1 Answers  


Categories