What is transaction ? Give me one example.
Answer Posted / mobin sathupally
A transaction is a logical unit of work, it ensures that
multiple data modifications are procecessed together.
A transaction follows four properties(rules).
Those properties are "ACID".
ACID stands for Automocity
Consistency
Isolation and
Durability
| Is This Answer Correct ? | 18 Yes | 4 No |
Post New Answer View All Answers
Explain what are the events recorded in a transaction log?
Does table partitioning improve performance?
What are the differences between sql server and mysql.
Does a specific recovery model need to be used for a replicated database? : sql server replication
How to use transact-sql statements to access the database engine?
How can I check that whether automatic statistic update is enabled or not?
What is difference between group by and having?
Can a table have 2 foreign keys?
what is bit datatype and what's the information that can be stored inside a bit column? : Sql server database administration
Define self join in sql server joins?
Explain triggers in sql?
How to connect Azure federated root database and apply federation in entity framework?
When you use @@error and try-catch?
What is difference between standardization and normalization?
What is mean by clustered index and non clustered index, give syntax of creation? : sql server database administration