Oracle Database Administration I — Question 15

Which two statements are true about the rules of precedence for operators? (Choose two.)

Answer options

Correct answer: D, E

Explanation

Option D is correct because arithmetic operators with equal precedence are indeed evaluated from left to right. Option E is also correct as multiple parentheses can be utilized to modify the default precedence. Options A, B, and C are incorrect because they misstate the rules regarding operator precedence.