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 can you access the properties and controls of master pages from content pages?
What is the current version of asp.net?
Explain the significance of routing? : asp.net mvc
What is the difference between session.abandon() vs clear()?
What is query string?
How will you load dynamic assembly? How will create assesblies at run time?
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
Why SessionID changes in every request in asp.net?
Define authentication and authorization.
What is the life-span of the items in the viewstate?
How would you get asp.net running in apache web servers?
What do you mean by marshalbyref?
What is meant by server side scripting?
What are the difference between function and stored procedure in .net programming language?