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 are the system privileges that are required by a schema owner (user) to create a trigger on a table?
How to Execute a Package in PL/SQL.?
Which one is better subquery or joins?
What is Difference Between Unique and Primary Key Constraints?
Can a table contain multiple foreign key’s?
What does rownum mean in sql?
How do I pipe the output of one isql to another?
what are the differences between binary and varbinary? : Sql dba
What are different clauses used in sql?
what is the difference between clustered and non clustered index in sql? : Sql dba
Do we need to rebuild index after truncate?
Is left join faster than inner join?
Define tables and fields in a database
What does the file extension accdb stand for?
Can we create table inside stored procedure?