Answer Posted / madduri
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 ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are types in c#?
Can enum have methods c#?
What is mvc firstordefault?
What is parallel programming in c#?
List the two important objects of ado.net and also list the namespaces that are commonly used in ado.net to aid in connection to a database.
What is the difference between early binding and late binding in c#?
What is a partial class. Give an example?
What is a streamwriter in c#?
How many bytes is an int?
How can you prevent escaping on backslashes in C# with string definitions?
What are virtual classes in c#?
What is #region in c#?
Is int reference type c#?
Can we override interface method?
Can we inherit a private class in c#?