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
Is it possible to Restore a Dropped Table using Rollback Command in Oracle SQL Plus ?
What is union, minus and interact commands?
What is varchar sql?
What is composite data type in pl sql?
What is thread join () in threading?
What is a system versioned table?
What are different types of triggers?
What is cursor and why it is required?
Why truncate is faster than delete?
How to create your own reports in sql developer?
Explain the difference between rename and alias?
What is sql and explain its components?
Can we delete column in sql?
What do you mean by stored procedures? How do we use it?
How delete all records from table in sql?