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 All kind of access specifiers for a class and for methods
what is the difference between a struct and a class in c#?
What operator means?
What is a custom attribute?
Is c# a backend language?
How long will it take to learn c#?
What are the boolean data types in c#?
Where is c# compiler located?
What are escape sequences explain with example?
What is the use of system.environment class in c#.net?
Which are the loop types available in c#?
Explain About multi level and multiple inheritance how to achieve in .net
List the difference between interface and abstract class?
What is get set in c#?
Are attributes inherited c#?