Can i replace a trigger during a dml operation on the same table. Will the DML Operation be suspende
Example
I’m doing a large dml operation for table1, during this operation, i replace the trigger on the same table.
Will the dml operation be paused during the trigger replacement and then call the new replaced trigger?
0