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 / siva vardhan
Option c is correct
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
In a Repeater control how one can provide an alternating color scheme ?
What are the new features added from ASP to ASP.NET?
Can we have multiple master pages in asp net?
Explain how viewstate is being formed?
How long the items in ViewState exists?
What is request and response in asp.net?
Define session in asp.net.
What does ascx stand for?
How to deploy/publish webservices?How many ways?Plz explain me
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
Explain method to handle error using HttpError in Web API?
What websites use asp.net?
Mention the execution process for managed code?
How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?