The EXCLUSIVE MODE option of the LOCK TABLE statement is used to prevent which of
the following?

A.
Concurrent applications processes that are running under the cursor stability (CS)
isolation level from performing read-only operations on thetable.
B.
Concurrent applications processes that are running under the uncommitted read (UR)
isolation level from performing read-only operations onthe table.
C.
Concurrent application processes from performing any operations on the table.
D.
Concurrent application processes from performing any read-only operations on the table.
Explanation: