which one of the following is correct?
to_char(sysdate,'mm/yy')
to_char('sysdate','mm/yy')
to_char(sysdate,mm/yy)
All the above