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
How to test subquery results with the exists operator?
How to connect to SQL Azure Database by using sqlcmd?
how to create a scrollable cursor with the scroll option? : Sql server database administration
How can I create a new template for import ? : sql server management studio
what is the maximum size of a row? : Sql server database administration
How do you maintain database integrity where deletions from one table will automatically cause deletions in another table?
You are designing a database for your human resources department in the employee table, there is a field for social security number, which cannot contain null values if no value is given, you want a value of unknown to be inserted in this field what is the best approach?
What is used to replicate sessions between instances in coldfusion clusters?
what is package and it uses and how can u call a package
explain different types of backups avaialabe in sql server? : Sql server database administration
What is a transact-sql statement?
How do I create a stored procedure in dbml?
How to create hyperlink from returned sql query ?
How to see the event list of an existing trigger using sys.trigger_events?
What is blocking?