What is mutating trigger?How to avoid it??
Answer Posted / muthukumar
In trigger when selection and insertion or updation in same
table that time the MUTATING TRIGGER occurs.
U CAN AVOID THAT PROBLEM USE Autonomous transactions .
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What are the limitations of sql express?
How to use sql*plus built-in timers?
How do I quit sql?
What are the indexing methods?
Why is normalization important?
What is the difference between sum and count in sql?
What are the syntax and use of the coalesce function?
Mention what does plvtab enables you to do when you showthe contents of pl/sql tables?
Which function is used to return remainder in a division operator in sql?
Advantages and disadvantages of stored procedure?
What is the difference between python and sql?
What is memory optimized table?
Is join an inner join?
How do I run sql profiler?
Why triggers are used?