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
Is sql server implemented as a service or an application? : Sql server database administration
Suppose you want to implement the following relationships while designing tables. How would you do it?a.) One-to-oneb.) One-to-manyc.) Many-to-many
Explain the benefits of user-defined functions?
What is RMS migrations?
What are blobs, tables, and Queues? Is SQL is the standard way to query blobs, tables, and queues?
how would you improve etl (extract, transform, load) throughput?
How can windows applications connect to sql servers via odbc?
Why would you use sql agent?
Can you use order by when defining a view?
Which are the two editions in which SQL Azure database available?
How to find a value in another dataset based on current dataset field (ssrs 2008 r2)?
In what three ways is the return statement used in a stored procedure?
Which are new data types introduced in sql server 2008?
How many databases Microsoft SQL server provides?
Are there any preferred steps that need to be taken care of before starting the installation of sql server 2000?