Oracle Database SQL — Question 213

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

Answer options

Correct answer: C, E

Explanation

Option C is correct because parentheses can indeed alter the standard order of operations. Option E is also correct as operators with the same precedence are processed from left to right. Options A, B, and D are incorrect because they misstate the rules of operator precedence in SQL.