Oracle Math MOD() Function17 Mar 2025 | 1 min read The MOD() is a Math function of Oracle. This function is used to get the remainder of given values. SyntaxParametersn: number to be divided by m m: number that will divide n ReturnsThis function returns the remainder of given values. Example 1![]() Example 2![]() Example 3![]() Next TopicOracle Math |
Function The is a Math function of Oracle. This function is used to get the arc tangent of given n and m number. Syntax atan2(num) Parameters num: It is the number to get the arc tangent. Return This function returns the arc tangent of given n and m number. Example 1 select...
1 min read
Function The is a Math function of Oracle. This function is used to get the largest number from the list. Syntax greatest(exp1, exp2, exp3....) Parameters Exp1, exp2, exp3.... expn : expressions for getting largest number. Return This function returns the largest number from the list. Example 1 Select greatest(25, 26, 02, 58,...
1 min read
Oracle Math Function The is a Math function of Oracle. This function is used to get the median of the given column name. Syntax MEDIAN( expression ) [ OVER ( query partition clause ) ] Parameters Expression: use to calculate the median Returns This function returns the median of the given...
1 min read
Function The is a Math function of Oracle. This function is used to get the arc tangent of the given number. Syntax atan(num) Parameters num: It is the number to get the arc tangent. Return This function returns the arc tangent of the given number. Example 1 select atan(0.11) from dual Example 2 select...
1 min read
Oracle Math Function The is a Math function of Oracle. This function is used to get the hyperbolic sine of the given number. Syntax SINH(num) Parameters num: It is the number to get the sine. Returns This function returns the hyperbolic sine of the given number. Example 1 Select sinh(22) from dual; Example 2 Select...
1 min read
Oracle Math Function The is a Math function of ORACLE. This function is used to get the power of the given values. Syntax POWER(m,n) Parameters m: It is base value in the calculation n: It is exponent value in the calculation Returns This function returns the power of the given values. Example 1 Select...
1 min read
Oracle Math Function The is a Math function of ORACLE. This function is used to get a sign of the given number. If the number is less than 0, this function returns -1. If the number is 0 or 1 or greater than 0, this...
1 min read
Function The is a Math function of Oracle. This function is used to get the arc cosine of the given number. Syntax acos(num) Parameters num: It is the number to get the arc cosine. Return This function returns the arc cosine of the given number. Example 1 select acos(0.11) from dual Example 2 select...
1 min read
Oracle Math Function The is a Math function of ORACLE. This function is used to return the remainder of m divide by n. Syntax REMAINDER(m, n) Parameters m: value to be divide n: value to be divide by Returns This function return the remainder of m divide by n. Example 1 Select remainder(42, 13)...
1 min read
Oracle Math Function The is a Math function of Oracle. This function is used to get the tangent of the given number. Syntax TAN(num) Parameters num: It is the number to get the tan. Returns This function returns the tangent of the given number. Example 1 Select tan(22) from dual; Output: Example 2 Select tan(14)...
1 min read
We request you to subscribe our newsletter for upcoming updates.
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India