Which one is the Best approach to put code, among Triggers
and Procedures? Explain?
Answer Posted / gogu s k
For security and audit related events and to record changes
done to database, triggers are best.
For applying business rules and performing dml operations
procedures are ideal.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain character-manipulation functions?
how do you login to mysql using unix shell? : Sql dba
what is a trigger? : Sql dba
What are the benefits of pl sql?
What does count (*) mean in sql?
What is fmtonly in sql?
What is the use of count (*) in sql?
what is denormalization. : Sql dba
how to convert character strings to dates? : Sql dba
What is faster join or subquery?
How do you delete data from a table?
How do you concatenate in sql?
what are integrity rules?
What are the packages in pl sql?
what are all the different normalizations? : Sql dba