adspace
Answer Posted / Deep Kumar Singh
A mutating error in PL/SQL occurs when a SQL statement modifies the same table as another SQL statement or PL/SQL block that is currently executing. This is not allowed because it can lead to inconsistent data. To avoid this, you should use implicit transactions or explicit BEGIN...COMMIT blocks.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I remove duplicates in two columns?
what is dbms? : Sql dba
what are the advantages of sql ? : Sql dba
how many tables will create when we create table, what are they? : Sql dba
how to escape special characters in sql statements? : Sql dba
how to start mysql server? : Sql dba
what is sql server agent? : Sql dba
what is collation? : Sql dba
Does group by remove duplicates?
Can delete statement be rollbacked?
define sql insert statement ? : Sql dba
Is primary key clustered index?
If a cursor is open, how can we find in a pl/sql block?
how to use regular expression in pattern match conditions? : Sql dba
Can we use distinct and group by together?