What is transaction ? Give me one example.
Answer Posted / ashique
Transaction is a database operation that satisfies following
a condition called ACID:
A (Atomicity) : Do all the operations successfully Or None.
C (Consistency) : The operation should not violate data
integrity concept.
I (Isolation) : When one person is manipulating the data,
others should wait (i.e synchronization).
D (Durability): Once transaction is over succesfully, the
changes should be permanent at any cost.
The best example of a simple transaction is bank fund
transfer from one account to another. Try to implement above
points using your common sense. Thank you :)
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
What is dbcc? Give few examples.
What area unit the various kinds of info compression introduced in sql server 2008?
How do I create an extended event in sql server?
What is user-defined function?
What is pivot and unpivot?
after migrating the dts packg to ssis by using migrtn wizrd in 2005. iam not able to open ssis pack and getting error. what r those errors? how to resolve?
How to rename an existing column with sql server management studio?
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?
Can sql servers link to other servers?
Explain system rowset functions?
Can we add our custom code in ssis?
What are the new features of sql server 2008 r2 reporting service?
how to take backup bcp out for a column in table in sql server?
What is normalization 1nf 2nf 3nf?
How do I open a .db file?