Multiple choice

Which of the following operator precedences is used in SQL Oracle?

  1. [ { ( / * + -

  2. / + * -

    • + / -
    • / + -
Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In computer science as well as in SQL, the following operator precedence is standard. Every operator in every programming language has its priority.