greatest() FunctionThe greatest() is a Math function of Oracle. This function is used to get the largest number from the list. SyntaxParametersExp1, exp2, exp3.... expn : expressions for getting largest number. ReturnThis function returns the largest number from the list. Example 1Example 2 |