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 are the Types of optimization and name a few and how do u do?
How to declare a property in a class?
Is there a way of specifying which block or loop to break out of when working with nested loops?
How to find out that the code is written as managed or un-managed code?
How to open a new form on button click in Windows forms?
What is .dbml file?
Why do we use yield in c#?
How is a loop recorder monitored?
What is an interface class in c#?
Why do we use readonly in c#?
Why constructor is used in c#?
What is the difference between first and firstordefault?
Which program construct must return a value?
What will be the output of the following code?
What is private and shared assembly?