what is the difference between trigger and storedprocedures
Answer Posted / narendra duby
triggers are invoked implicitly , while storedprocedures
are invoked explicitly.
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
what is the command line end user interface - mysql? : Sql dba
Explain what is a subquery ?
What are the different set operators available in sql?
What is Materialized View? In What Scenario we Use Materialized View?
What is difference between stored procedure and trigger?
Write a unique difference between a function and a stored procedure.
Can we delete column in sql?
What does data normalization mean?
How sql query is executed?
How to run sql statements with oracle sql developer?
What is the difference between left and left outer join?
What is the difference between view and stored procedure?
What is right join in sql?
Does truncate need commit?
Which normal form is best?