Answer Posted / js_m
Transaction must be
A - Atomic (it is one unit of work and does not dependent on
previous and following transactions),
C - Consistent (data is either committed or roll back, no
"in-between" case where something has been updated and
something hasn?t),
I - Isolated (no transaction sees the intermediate results
of the current transaction),
D - 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
Is a structure a class?
Can you use all access modifiers for all types?
From which base class do all Web Forms inherit from?
What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?
What are the desktop applications?
What is signature c#?
What is serialization of data?
How to declare a property in a class?
What is the advantage of constructor in c#?
Explain the access modifiers in c#?
What is a partial class. Give an example?
What is the difference between array and arraylist c#?
How many constructor can a class have?
Does c# support c type macros?
What is dataview c#?