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
Sql technical questions
Explain unique key in sql.
How to fetch values from testtable1 that are not in testtable2 without using not keyword?
What is application trigger?
Show code of a cursor for loop.
How many joins can you have in sql?
what is the difference between ereg_replace() and eregi_replace()? : Sql dba
Why do we use cursors?
What is a record in a database?
What is the difference between the implicit and explicit cursors?
why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba
What normalization means?
What is rtm in testing?
What found sql?
Is sql a case sensitive language?