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 optimization?

6 Answers   Microsoft,


how can i read write files from pl/sql

3 Answers  


What is difference between a PROCEDURE & FUNCTION ?

6 Answers   Satyam,


Can you call pl/sql package functions from within a fast formula?

0 Answers  


What is compute?

0 Answers  






Is delete faster than truncate?

0 Answers  


What do you understand by pl/sql cursors?

0 Answers  


What are different types of indexes?

0 Answers  


What are the different tcl commands in sql?

0 Answers  


What is sql architecture?

0 Answers  


How do you drop a trigger?

0 Answers  


What is cross join sql?

0 Answers  


Categories