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
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
Which is the best institute to learn Microsoft Technologies and the faculty if you Know?
What are the namespaces used in asp.net mvc? : asp.net mvc
What is autopost?
How does output caching work in ASP.NET?
What does asp stand for in asp.net?
What are the features that make asp.net more used framework? : asp.net mvc
What is the difference between adding reference in solution explorer and adding references by using ?
Why select Web API?
Is sql backend or frontend?
What is the Intermittent crashing of application in production?
What is web api config?
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?
Can you explain one critical mapping? Performance issue which one is better?
Differentiate between client-side and server-side validations in web pages.