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 a variable in c#?
How can I process command-line arguments?
What is append in c#?
What is lazy loading entity framework?
Are tuples mutable c#?
What is delegates in c# and uses of delegates?
Explain the Usage of web.config
What is the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?
What does convert toint32 mean?
Explain the difference between a namespace and assembly name in .net?
what is .NET framework architecture ??
What is the difference between dataset and datatable in c#?
What is the difference between delegates and events in c#?
What is args c#?
What is multidimensional array in c#?