What is transaction ? Give me one example.
Answer Posted / nirmala.s
transaction is series of actions that should happen without
any fail.
if the transaction consists of 3 actions , if anyone of
these fails, then whole transaction wil be rolled back.
like,
banking: we used to say it as a transaction.
logging in, transfer fund and logging out.
if any one of these fails ,
the transaction will not be completed.
| Is This Answer Correct ? | 44 Yes | 9 No |
Post New Answer View All Answers
Tell me what is normalization? Explain different forms of normalization?
hi i am working as a testengineer , so i want to no the backend data base connection can any one tell mwe in detail
What is Lock table in SQL?
What is a mixed extent?
Can You Use A Stored Procedure To Provide Data To An Ssrs Report?
In what three ways is the return statement used in a stored procedure?
Define Unique Key?
What is row_number () and partition by in sql server?
What is difference between commit and rollback when used in transactions?
Tell me what is log shipping?
Mention a few common trace flags used with sql server?
What is isnull() operator?
What is difference between joins and subqueries?
What do you understand by recursive stored procedures?
How to count groups returned with the group by clause in ms sql server?