Answer Posted / rahul mankumare
Atomicity:The work cannot be broken into smaller
parts.Although a transaction might contain many SQL
statements,it must be run as all-or-nothing
proposition,which means that,if a transaction is only
partially complete when an error occurs,the work revertss
to its state prior to the start of the transaction.
Consistency:A transaction must operate on a consistent view
of the data and also leave the data in a consistency
state.Any work in progress must not be visible to other
transactions until the transaction has been committed.
Isolation:A transaction should appear to be running by
itself,the effects of other ongoing transactions must be
invisible to this transaction,and the effects of this
transaction must be invisible to other ongoing transaction.
Durability:When the transaction is committed,it must be
persisted so it is not lost in the event of a power
failure.Only committed transaction are recovered during
power-up and crash recovery;uncommitted work is roll back.
Is This Answer Correct ? | 32 Yes | 6 No |
Post New Answer View All Answers
What is the difference between seek predicate and predicate?
What are the differences between substr and charindex in sql server.
Does sql server use t sql?
What are differences in between sql server 2012 and sql server 2016?
What is a coalesce function?
what kind of lan types do you know? : Sql server database administration
What are the types of indexes?
What is database mirroring?
Which is faster statement or preparedstatement?
What is the library index called?
What is the difference between push and pull subscription? : sql server replication
What is the difference between ‘having’ clause and a ‘where’ clause?
Tell me what are the essential components of sql server service broker?
Why olap is used?
What is the difference between mysql and sql server?