Which function is used to divide one numeric expression by another and returns the remainder?
Answers
Answered by
2
Two Arguments of MOD.
a is a number or numeric expression to divide.
b is the divisor which is also a number or expression by which to divide the dividend.
If b is 0, most database systems will issue a division by zero error except for Oracle database. Oracle database will return the dividend (a) instead.
a is a number or numeric expression to divide.
b is the divisor which is also a number or expression by which to divide the dividend.
If b is 0, most database systems will issue a division by zero error except for Oracle database. Oracle database will return the dividend (a) instead.
Answered by
0
Answer:
MOD
Step-by-step explanation:
The function helps find a remainder after a number (dividend) is divided by another number (divisor). As a financial analyst. Perform financial forecasting, reporting, and operational metrics tracking, analyze financial data, create financial models, the function is useful when we need to process every nth value.
Similar questions