SQL> --ABS(x): Returns the absolute value of x.SQL>SQL> select ABS(10) from dual; ABS(10)---------- 10