what is the difference between trigger and storedprocedures
Answer Posted / anbu
Trigger will fire when the condition arises but the stored
procedure will execute when the user or main programme
wants its need.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is bulk collect in pl sql?
what is an alias command? : Sql dba
What is cursor and its types?
what is bcp? When does it used? : Sql dba
Is left join and outer join same?
How would you pass hints to the sql processor?
What is composite primary key in sql?
What are the disadvantages of not performing database normalization?
what is 'mysqlimport'? : Sql dba
How do sql databases work?
Is sqlexception checked or unchecked?
Explain the difference between 'between' & 'and' operators in sql
How do you optimize a query?
how to include character strings in sql statements? : Sql dba
What is query execution plan in sql?