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

What is where clause in sql?

0 Answers  


How many clustered indexes can you have?

0 Answers  


can i use dbms_output.put_line in a function u are telling as return statement

7 Answers  


What plvcmt and plvrb does in pl/sql?

0 Answers  


How can use stored procedures in sql?

0 Answers  






Does sql support programming?

0 Answers  


What is an implicit commit?

0 Answers  


what is primary key? : Sql dba

0 Answers  


what is commit? : Sql dba

0 Answers  


What are the various restrictions imposed on view in terms of dml?

0 Answers  


What is compiled query?

0 Answers  


What is embedded sql in db2?

0 Answers  


Categories