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 does ienumerable mean?
Is arraylist thread safe?
What is type safe code?
What are the two kinds of properties in c#.
Does c# provide copy constructor?
What is the advantage of extension method in c#?
How many types of methods are there in c#?
Can you specify nested classes as partial classes?
Are arrays value types or reference types?
Explain about c# language.
What is a clr host?
What are the problem with .NET generics?
Explain the functionalities of satellite assembly?
What are delegates?
Can we inherit two classes in c#?