State rules of precedence used in arithmetic operations.
What will be an ideal response?
Five standard arithmetic operators are available in PL/SQL for calculations. If more than
one operator exists in an arithmetic expression, the following order of precedence is used:
? Exponentiation is performed first, multiplication and division are performed next, and
addition and subtraction are performed last.
? If more than one operator of the same priority is present, they are performed from left to
right.
? Whatever in parentheses is performed first.
Computer Science & Information Technology