InterviewSolution
Saved Bookmarks
| 1. |
What Are Mutating Tables? |
|
Answer» When a table is in state of transition it is said to be mutating. EG :: If a ROW has been deleted then the table is said to be mutating and no OPERATIONS can be DONE on the table except SELECT. When a table is in state of transition it is said to be mutating. eg :: If a row has been deleted then the table is said to be mutating and no operations can be done on the table except select. |
|