Answer Posted / deepak baldia
A stored procedure is a set of SQL commands that has been
compiled and stored on the database server.
A trigger is a special kind of stored procedure that is
invoked whenever an attempt is made to modify the data in
the table it protects. Modifications to the table are made
using INSERT,UPDATE,OR DELETE statements.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How do I use a proxy server when invoking a web service?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
What is asp.net? How is it different from asp?
What is the syntax for datagrid and specifying columns?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is a gridview in asp.net?
How does session state work in asp.net?
What is the difference between cookie and session?
What is the difference between “Web.config” and “Machine.Config”?
How will you do Redo and Undo in a TextControl?
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?
What is routing in MVC?
What is advantage of code behind coding in ASP.NET?
What are main return types supported in Web API?
Why do we need a web application session?