|
What are mutating tables and how they are different from normal tables ? Thank you in advance.
(comments are locked)
|
|
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.
(comments are locked)
|

