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
How do I filter in sql profiler?
what is an extent ? : Sql dba
How do I run a sql query in pgadmin 4?
Why use truncate instead of delete?
what are date and time data types in mysql? : Sql dba
What is the starting oracle error number?
what are ddl statements in mysql? : Sql dba
Explian rowid, rownum?
how can you create an empty table from an existing table? : Sql dba
Can there be more than one function with a similar name in a pl/sql block?
What is the process of debugging?
how to do backup entire database? : Transact sql
What is the difference between delete and truncate commands?
What is pl/sql language case sensitive?
Why do we use joins?