What is mutating trigger?How to avoid it??

Answer Posted / surendra reddy

Mutaing error happens with triggers. It occurs because the
trigger is trying to update a row it is currently using.
The usual fix involves either use of views or temporary
tables so the database is selecting from one while updating
the other.

Is This Answer Correct ?    13 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is int identity in sql?

572


Are stored procedures compiled?

522


What is the maximum rows in csv?

485


Explain sql data types?

623


what are dynamic queries in t-sql? : Transact sql

555






what is rdbms? : Sql dba

574


What is a .db file?

538


Why do we use function in pl sql?

553


what is collation? : Sql dba

612


What is a pl/sql block?

590


Show code of a cursor for loop.

580


Can we create clustered index without primary key?

519


What is the use of partition by in sql?

514


Why do we use set serveroutput on?

514


How can you select unique records from a table?

518