adspace
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 the advantages of sql ? : Sql dba
Is inner join faster than left join?
What is the current version of postgresql?
what are aggregate and scalar functions? : Sql dba
define sql insert statement ? : Sql dba
What is the best sql course?
Does group by remove duplicates?
Can we use distinct and group by together?
what is collation? : Sql dba
How do I remove duplicates in two columns?
If a cursor is open, how can we find in a pl/sql block?
what are all the common sql function? : Sql dba
Do we need to rebuild index after truncate?
what is sql server agent? : Sql dba
what is bcp? When does it used? : Sql dba