Define ACID properties in a Database?



Define ACID properties in a Database?..

Answer / Navneet Aryan

ACID stands for Atomicity, Consistency, Isolation, and Durability. These are the key properties of a database transaction that ensure reliable operations.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

List the types of recovery model available in sql server?

1 Answers  


what is the information that can be stored inside a bit column? : Sql server database administration

1 Answers  


wat wil hapn if we give the both read and deny read permission to user?

1 Answers   IBM,


Suppose in a situation if two list boxes are there and if you select multiple options based on that the options related to those selected items should display in second list box. Again if we select multiple items in second listbox then the related to those selected items should display . In this scenario how will you design database,tables?

1 Answers   HP,


Who developed sql server?

1 Answers  


Consider a table with 8 rows 4 rows contains value 0 and 4 rows contains value 1.Now write a single update query to make all 0's as 1 and all 1's as 0

7 Answers   PMAM IT Services, TCS,


What is difference between global temporary tables and local temporary tables?

1 Answers   Tech Mahindra,


Explain a join?

1 Answers  


What are commonly used mssql functions in php?

1 Answers  


What are the advantages of log shipping?

1 Answers  


Define right outer join?

1 Answers  


what is database replication? : Sql server database administration

1 Answers  


Categories