TAN(x): Returns the tangent of x
SQL> --TAN(x): Returns the tangent of x. SQL> SQL> select TAN(0) from dual; TAN(0) ---------- 0 SQL>