Answer Posted / saraswathi muthuraman
IF you have a trigger on table emp_test. Inside that
trigger, your are trying to update/insert in the same table
emp_test.
Then mutating table error will occur.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
what are string data types? : Sql dba
What do you mean by “trigger” in sql?
how many ways to get the current time? : Sql dba
What will you get by the cursor attribute sql%found?
how does a local variable is defined using t-sql? : Transact sql
What is data control language?
how can we repair a mysql table? : Sql dba
What version is sql?
what is table? : Sql dba
How do I create a memory optimized filegroup?
What is a sql*loader control file?
How can a function retun more than one value in oracle with proper example?
What is sql analyzer?
When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?
How do you define a foreign key?