Posts

Showing posts from October, 2020

Numeric functions in Oracle SQL

Image
    3shTech (trainings@trishtechnology.com) String Functions Group Functions Date Functions Conversion Functions Analytical Functions Numeric Functions Numeric functions accept numeric input and return numeric values. NUMERIC FUNCTIONS:- ·        ABS ·        SIGN ·        SQRT ·        MOD ·        NVL ·        POWER ·        EXP ·        LN ·        LOG ·        CEIL ·        FLOOR ·        ROUND ·        TRUNC ·        BITAND ·        GREATEST ·        LEAST · ...