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 to include timer or counting time to display next page in asp.net
What is the use of data set in asp.net?
Does google crawl redirects?
What is tracing? Where is it used?
Explain managed code an un-managed code.
Describe how passport authentication works.
Can we create a multiple user simultaneously ?
Explain parts of assembly?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
What is asp.net used for?
Explain how viewstate is being formed?
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
Explain the difference between an exe and a dll?
How does asp page work?
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?