InterviewSolution
Saved Bookmarks
| 1. |
What Is A Mutating Table? |
|
Answer» 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. 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. |
|