Answer Posted / madduri
Transaction must be Atomic (it is one unit of work and does
not dependent on previous and following transactions),
Consistent (data is either committed or roll back, no
?in-between? case where something has been updated and
something hasn?t), Isolated (no transaction sees the
intermediate results of the current transaction), Durable
(the values persist if the data had been committed even if
the system crashes right after).
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between method and function in c#?
List down the access modifiers available in c#?
Explain the difference between a sub and a function in c#.
How can we sort an array in c#?
What is extension method in c sharp?
What is string concatenation?
Is int reference type c#?
Explain the types of errors in c#?
Can we extend sealed class in c#?
What is a byte in c#?
How do you declare an interface in c#?
What is anonymous methods in c#?
How do I register my code for use by classic com clients?
Define Virtual folder?
Are value types sealed?