Answer Posted / guest
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 ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is type class in c#?
What is the difference between array and list in c#?
What is difference between an reference type and value type in C#?
Is there an equivalent to the instanceof operator in visual j++?
what is the difference between the debug class and trace class?
Does a class need a constructor c#?
What is default class in c#?
Write a program in C# for checking a given number is PRIME or not.
Why do we use abstraction in c#?
What is difference between === and ==?
How long does it take to learn c# programming?
What is mean by c#?
What is wpf c#?
What is byte c#?
Explain the security with aop?