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 rowtype?
What are the different types of constraints?
explain the delete statements in sql
How can I tell if sql is running?
How is debugging done?
Explain how exception handling is done in advance pl/sql?
What is the order of sql select?
what are myisam tables? : Sql dba
how is myisam table stored? : Sql dba
What is a recursive join sql?
Why is there a need for sqlcode and sqlerrm variables?
What is delete command in sql?
What do you think about pl/sql?
What is pl sql collection?
Why do we use sql constraints? Which constraints we can use while creating database in sql?