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
what is the equivalent to regsvr32 and regsvr32 /u a file in .net development?
What is interface used in c#?
Explain about generics in c#.net?
Can we override constructor in c#?
What is lazy class in c#?
Is visual c# free?
What is dataset and dataadapter in c#?
Can structs in c# have destructors?
What is .edmx file?
When a Static Constructor is called in a Class?
What is the difference between a field and a property in c#?
What is out in c#?
What is serialization and deserialization in c# with example?
Is array a collection c#?
What is lambda expression in c#?