Answer Posted / gopal
Mutatation of table is a state of table when in
before /after update trigger table tries to update the same
table.As the call of update also calls same trigger then
the trigger will be called infinite times. then the table
will be mutating
| Is This Answer Correct ? | 43 Yes | 8 No |
Post New Answer View All Answers
Can I call a procedure inside a function?
Is it possible for a table to have more than one foreign key?
Why is %isopen always false for an implicit cursor?
how to get a list of columns in an existing table? : Sql dba
What is index example?
Is left join faster than inner join?
How do you drop a trigger?
How delete all data from all tables in sql?
What are pl sql data types?
How many unique keys can a table have?
What are string functions in sql?
What is varchar used for?
How to fetch alternate records from a table?
What is user in sql?
how mysql optimizes distinct? : Sql dba