0 votes
in PL/SQL by
Explain what Is A Mutating Table?

1 Answer

0 votes
by

A mutating table is a table, which is in the state of transition. In other words, it is a table, which is being updated at the time of triggering action. If the trigger code queries this table, then a mutating table error occurs, which causes the trigger to view the inconsistent data.

Related questions

0 votes
asked Mar 13, 2021 in PL/SQL by rajeshsharma
0 votes
asked Mar 11, 2021 in PL/SQL by Robindeniel
...