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
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
What is ispostback property?
Explain difference betn dataset and recordset?
What is session mode in asp.net?
What are the steps to follow to host a web application on a web server?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
What is syntax code to send email from an asp.net application?
What is query string?
What is skin in asp.net?
Elaborate differentiation between Cache and Application?
What is anonymous authentication?
Is a dll file an executable?
Describe the events in the life cycle of a web application.
What is difference Between Authentication and authorization?
What are client activated objects?