what is the difference between trigger and storedprocedures
Answer Posted / nancy
BASIC DIFFERENCE IS trigger is automatically executed without an action required by a user where as stored procedure needs to be explicitly invoked...
a database TRIGGER ia a STORED PROCEDURE that is fired when an insert,update or deletestatements is issued against the associate table.a trigger is fired whwn database related event occurs....
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
what are the differences between binary and varbinary? : Sql dba
Explain the uses of database trigger.
What is the usage of nvl function?
explain the options of myisamchk to improve the performance of a table. : Sql dba
Is it possible to pass parameters to triggers?
What is compilation error in pl sql?
What is the main reason behind using an index?
Explian rowid, rownum?
is mysql query is case sensitive? : Sql dba
Why commit is not used in triggers?
What are the types of join and explain each?
What are different sql data types?
Explain character-manipulation functions?
How do I find sql profiler?
What are the two parts of design view?