Math, asked by Anzie6002, 1 year ago

Which function is used to divide one numeric expression by another and returns the remainder?

Answers

Answered by Anonymous
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.

Answered by bubblebwith
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