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
Which tcp/ip port does sql server run on? How can it be changed?
What do you understand by replication in sql server?
Explain transaction server implicit?
What is normalization? What number of normalization shapes are there?
Define the one-to-one relationship while designing tables.
Data table as parameter in sql server?
How can you list all the table constraints in a database?
What is the purpose of sql profiler in sql server?
What function does a database engine serve in the sql server?
What is the difference between a function and a stored procedure?
How can I create a report based on a query? : sql server management studio
what purpose does the model database serve? : Sql server database administration
New concepts of sql server 2005 use in your project.
What is update locks?
Can you pass expressions to function parameters?