单项选择题

A.select round(v_time,’DAY’) from dual
B.select round(v_time,’YEAR’) from dual
C.select round(v_time,’MONTH’) from dual
D.A select round(to_char(v_time,’yyyy’)) from dual