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
How can you know if the row fetched from cursor is still valid in underlying table?
Explain iaas, paas and saas?
Why people hate cursor?
Difference between Inner vs outer joins?
Can a database be shrunk to 0 bytes, if not, why?
What are cursors and when they are useful?
What are the recovery models in sql server 2000?
How is sql server used?
How to insert a new row into a table with "insert into" statements in ms sql server?
Explain filtered indexes benefits?
How to change the data type of an existing column with "alter table" statements in ms sql server?
What is purpose of normalization?
How to create function with parameter in sql server?
List out some of the requirements to set up a sql server failover cluster?
What is intellisense?