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
What are the benefits of pl/sql packages?
How do I order by ascending in sql?
When is the update_statistics command used?
How delete a row in sql?
What are different types of indexes?
What is schema in sql example?
Is not equal in sql?
Why cannot I use bind variables in ddl/scl statements in dynamic sql?
What is data types in sql?
Write a query to display the current date in sql?
what are different types of keys in sql?
Why is pl sql used?
How delete all data from table in sql?
what is meant by nl2br()? : Sql dba
Define select, insert, create, delete, update, drop keywords