What is a transaction and what are ACID properties?
Answer Posted / srivas
A transaction is a logical unit of work in which, all the
steps must be performed or none. ACID stands for Atomicity,
Consistency, Isolation, Durability. These are the properties
of a transaction.
Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
what are database files and filegroups? : Sql server database administration
How will you go about resolving deadlocks?
What structure can you implement for the database to speed up table reads?
What are the new features in SQL Server 2005 when compared to SQL Server 2000?
how can you attach more than 20 ldf files in sql server
Write down the syntax and an example for create, rename and delete index?
What are the requirements to use odbc connections in php scripts?
Explain “row_number()” in sql server with an example?
Explain the database you used in your final year project?
How check triggers in sql server?
what's the information that can be stored inside a bit column? : Sql server database administration
What is a user-defined function in the sql server and what is its advantage?
How to verify a login name with sqlcmd tool?
What is the contrast amongst drop and truncate?
Where views are stored in sql server?