what is the difference between trigger and storedprocedures
Answer Posted / poonam
Actually triger in action which is performed automatically
before or after a event occur and stored procedure is a
procedure which is executed when the it is called. Stored
procedure is module.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Is it possible to create startup or shutdown trigger for on-schema?
Why trigger is used in sql?
Are subqueries better than joins?
What is cascade in sql?
what is data integrity? : Sql dba
Why do we need unique key in a table?
Why we use joins in sql?
Is not null in sql?
Is sql a case sensitive language?
what are the authentication modes in sql server? : Sql dba
Is sql port 1433 encrypted?
What does count (*) do in sql?
What are variables in pl sql?
What is trigger and types?
What is mutating error in pl sql?