What is mutating table?

Answer Posted / pavan_1981

A mutating table is a table that is currently being
modified by an update, delete, or insert statement. For
example, if your trigger contains a select statement or an
update statement referencing the table it is triggering off
of you will receive the error.
Another way this error can occur is if the trigger has
statements to change the primary, foreign or unique key
columns of the table the trigger is triggering off of.

Is This Answer Correct ?    124 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it possible to create startup or shutdown trigger for on-schema?

591


What action do you have to perform before retrieving data from the next result set of a stored procedure ?

2099


What are the set operators in sql?

562


How to display Row Number with Records in Oracle SQL Plus?

594


How to use boolean type in select statement?

586






How to convert comma separated string to array in pl/sql?

604


What are sql triggers used for?

515


What is constant in pl sql?

521


What is the usage of distinct keyword?

636


Explain the advantages and disadvantages of stored procedure?

653


What is full join?

537


What are the two types of exceptions.

639


How to add a column ‘salary’ to a table employee_details?

596


how is exception handling handled in mysql? : Sql dba

557


What is serial sql?

532