ALTER SESSION SET NLS_TIMESTAMP_FORMAT='HH24

18:00:00 local time:

alter session set nls_timestamp_format='hh24:mi:ss';select * from times;

What will the Nairobi user see for the columns c1 and c2? (Choose the best

answer.)

A. 10:00:00 and 16:00:00

B. 13:00:00 and 16:00:00

C. 13:00:00 and 10:00:00

D. 10:00:00 and 13:00:00