What is a mutating table

Answers were Sorted based on User's Feedback



What is a mutating table..

Answer / vishwa

Mutating means that some one is trying to access the table
currently being held by some other non-committing
transaction

Is This Answer Correct ?    9 Yes 0 No

What is a mutating table..

Answer / 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

What is a mutating table..

Answer / vijayakumar n

Trigger one executed again & again in a table.

Is This Answer Correct ?    0 Yes 0 No

What is a mutating table..

Answer / udaykumar

specified set of records we can commit or commit or
rollback regardless of parent transactions.

Is This Answer Correct ?    0 Yes 1 No

What is a mutating table..

Answer / swastik

*When Ever You Create a Trigger On a Table And Performing Any DML Operation in Side The Trigger Body On Same Table Then Mutating Error Will Come.
*Row Level Trigger It Will Happen

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More SQL PLSQL Interview Questions

types of exceptions and what is meant by pragma autonomous_transaction ?what is the use.

4 Answers   3i Infotech,


how to rename an existing table in mysql? : Sql dba

0 Answers  


How many rows can sqlite handle?

0 Answers  


What is difference between stored procedure and trigger?

0 Answers  


What is date functions?

0 Answers  






How many levels can subqueries be nested in a FROM clause?

7 Answers  


How does an execution block start and end in pl sql?

0 Answers  


what is a record in a database ? : Sql dba

0 Answers  


What is pls_integer in pl sql?

0 Answers  


wa procedure to return the month and the no'f developers joined in each month.

4 Answers   Fidelity,


What does varchar include?

0 Answers  


How can I pass the inner procedure value to outer procedure ?

2 Answers  


Categories