What is a transaction and what are ACID properties?
Answer Posted / swapna
A transaction is a logical unit of work in which, all the
steps must be performed or none. ACID stands for Atomicity,
Consistency, Isolation, Durability. These are the
properties of a transaction
| Is This Answer Correct ? | 188 Yes | 18 No |
Post New Answer View All Answers
What is sql server query analyzer?
What happens if null values are involved in string operations?
Tell me what is the significance of null value and why should we avoid permitting null values?
What are views in ms sql server?
How to disable triggers using "disable trigger"?
Why can there be only one clustered index and not more than one?
What is meant by dirty read?
Explain how you can deploy an SSRS report?
what is database replicaion? What are the different types of replication you can set up in sql server? : Sql server database administration
Find columns used in stored procedure?
What is the log shipping?
Tell me what is log shipping?
How to declare a cursor with "declare ... Cursor" in ms sql server?
What is the command used to check locks in microsoft sql server?
Explain the difference between primary keys and foreign keys?