What is a transaction and what are ACID properties?
Answer Posted / swapna
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 ? | 188 Yes | 18 No |
Post New Answer View All Answers
The external application that is executed in one of the tasks does not have a log file, but only a screen log. How can I save the data from the screen? : sql server management studio
What is the difference between writing data to mirrored drives versus raid5 drives
your distribution database is full what will u do
Can you explain what are commit and rollback in sql?
How to write the storeprocedure with in the store procedure? and how can we write the store procedure with in a trigger vice versa? plz post me the exact answer?
What is tempdb database? : SQL Server Architecture
Explain the purpose of indexes?
What is a join in sql?
How do you identify a foreign key?
What is merge join?
What is change data capture (cdc) in sql server 2008?
How is SQL Azure different than SQL server?
Explain sql delete command?
How to use "if ... Else if ... Else ..." Statement structures in ms sql server?
What are the differences between clustered and non-clustered index?