What is mutating sql table?



What is mutating sql table?..

Answer / Raju Kumar Thakur

A mutating SQL table is a table that is modified by the SQL statement. This includes tables that are being inserted into, updated, or deleted during the execution of the statement.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What is normalization and types of normalization?

22 Answers   Etisbew, F-TEC, Microsoft, TechProcess,


How will you delete a particular row from a Table?

7 Answers   Cap Gemini,


What is normalisation in sql?

1 Answers  


Is pl sql different from sql?

1 Answers  


What is difference between pls_integer and integer?

1 Answers  


what is the use of anchoring object? what r the difference between anchoring object & enclosing object? can any one tell me all the details?

1 Answers  


How do I start pl sql?

1 Answers  


What does trigger mean in slang?

1 Answers  


Can a foreign key have a different name?

1 Answers  


Can we create non-clustured index on a clustered index ?

4 Answers   TCS,


What is sql entity?

1 Answers  


3. Select sum(a) sum_1,max(a) max_1 ,count(a) count_1 from ( ( select 1 a from dual union all Select to_number(‘2011’) a from dual union all select 1 a from dual) union select 2 b from dual);

1 Answers   Fintellix,


Categories