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
Why we should not use triggers?
How extra digits are handled with numeric data type literals?
how to take backup bcp out for a column in table in sql server?
What is dynamic cursor in SQL SERVER?
1.how to find the dead lock in sql server? 2.How to fine the memory leaks in sql server? 3.suppose transaction log file increasing what action will take ?
What is difference between temp table and cte?
When a primary key constraint is included in a table, what other constraints does this imply?
What are the different subsets of sql?
What is the minimum and maximum number of partitions required for a measure group? : sql server analysis services, ssas
what type of index will get created after executing the above statement? : Sql server database administration
What is an entity-relationship diagram (erd)?
What is normalization of database? What are its benefits?
What is partition, how will you implement it? : sql server analysis services, ssas
What is enhanced database mirroring in sql server 2008?
What are the differences between lost updates and uncommitted dependencies?