What is a transaction and what are ACID properties?
Answer Posted / piyush
transaction is a set of operation or activities which are
executed in a logical unit of work which is know as transaction.
ACID
A-Atomicity
C-Consistency
I-Isolation
D-Durability
Is This Answer Correct ? | 28 Yes | 8 No |
Post New Answer View All Answers
How each E-R model constructs can be mapped to the relational model?
What are the restrictions that views have to follow?
What are the authentication modes in sql server? How can it be changed?
How to sort query output in descending order in ms sql server?
What does null mean?
What are the Advantages of using CTE in sql server?
Explain syntax for viewing, dropping and disabling triggers?
What are acid properties of transaction?
What is tablix?
What are the five characteristics of good data?
How check triggers in sql server?
Can a function call a stored procedure in sql server?
what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration
What is normalization? Explain different forms of normalization?
What is the difference between functions and scalar functions?