Which statement applies to the command STOP DB(MYDB*) SP(*) AT(COMMIT)?
A.
Does not apply to threads that were defined with RELEASE(COMMIT).
B.
Does not apply to threads that were defined with RELEASE(DEALLOCATE).
C.
Applies to both RELEASE(COMMIT) and RELEASE(DEALLOCATE) at the next COMMIT
point.
D.
Applies to RELEASE(COMMIT) at the next COMMIT point and to RELEASE(DEALLOCATE) at
thread end.
Explanation: