What is a transaction?
a) A banking term.
b) A concept used to describe a step in the business process.
c) A combination of DML steps that must succeed or the data
is retuned to its initial state.
d) A combination of DDL steps that must succeed or the data
is retuned to its initial state.
Answer Posted / pawan kumar
c
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is a swagger in web api?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
Can action method static?
Where web.config file is used?
Is LINQ performance wise better or using sqlcommand?
Why SessionID changes in every request in asp.net?
What is HTTPModule and HTTPcontext? What is the use of each?
How to rename a table using sql queries?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
How does session id work?
Write code to send e-mail from an asp.net application?
What is difference between singleton and single call?
What is the use of HttpHandlers? When to use this?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?