adspace
What is difference between stored procedure and trigger?
Answer Posted / Subhash Chandra Gupta
A stored procedure is a precompiled collection of PL/SQL code that performs a specific task. It can be called multiple times when needed. A trigger, on the other hand, is a special kind of stored procedure that automatically executes in response to specific events (like insert, update, or delete) in a database.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we use distinct and group by together?
define sql insert statement ? : Sql dba
what are all the common sql function? : Sql dba
What is the current version of sql?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
how to use regular expression in pattern match conditions? : Sql dba
how to start mysql server? : Sql dba
What is your daily office routine?
what is schema? : Sql dba
what is sql server agent? : Sql dba
what are aggregate and scalar functions? : Sql dba
Does group by remove duplicates?
what is dbms? : Sql dba
how to escape special characters in sql statements? : Sql dba
Is primary key always clustered index?