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

Is sql procedural language?

0 Answers  


What are the indexing methods?

0 Answers  


Can we create table in function?

0 Answers  


How do I remove duplicates in two columns?

0 Answers  


What is $$ in sql?

0 Answers  






how many groups of data types? : Sql dba

0 Answers  


Is it possible to create the following trigger: before or after update trigger for each row?

0 Answers  


how to shut down the server with 'mysqladmin'? : Sql dba

0 Answers  


What is nosql vs sql?

0 Answers  


what are the types of join and explain each? : Sql dba

0 Answers  


What has stored procedures in sql?

0 Answers  


What is pl sql in dbms?

0 Answers  


Categories