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 is the difference between numeric and autonumber?
How do I run a sql query in pgadmin 4?
Is sql procedural language?
What is pragma in pl sql?
What are sql injection vulnerabilities?
What are the different types of functions in sql?
Does inner join remove duplicates?
How you improve the performance of sql*loader? : aql loader
How to fetch alternate records from a table?
What is indexes?
what are null values? : Sql dba
What are the types of dbms?
How do I create a memory optimized filegroup?
What are aggregate functions in sql?
Can we use join in subquery?