IBM Exam Questions

If the current session has an isolation level of CS, which of the following will change the isolatio

If the current session has an isolation level of CS, which of the following will change the isolation
level to UR for the current statement

A.
SELECT * FROM sample ISOLATION UR

B.
SELECT * FROM sample UR

C.
SELECT * FROM sample USE UR

D.
SELECT * FROM sample WITH UR

Explanation: