What is a transaction and what are ACID properties?
Answer Posted / kumar
a transaction is a set of operations perfomed on a database.
After a transaction is done it is commited.
| Is This Answer Correct ? | 10 Yes | 8 No |
Post New Answer View All Answers
What are the approximate numeric data types?
Do you know the cursor optimization tips?
What is the purpose of a table?
Tell me what is fill factor?
What is inline variable assignment?
Why we need sql server?
What is triggers and its types?
Explain throw statement in sql server 2008?
What are the differences between char and varchar in ms sql server?
Explain syntax for disabling triggers?
What is the difference between the application object and session object?
Define indexes?
How can you stop stored procedures from recompiling?
How do you create an execution plan?
how to invoke a trigger on demand? : Sql server database administration