Home »
MCQs »
SQL MCQs »
SQL Operators MCQs
Select the correct order of precedence among the following?
8. Select the correct order of precedence among the following?
- OR > NOT > + > **
- NOT > OR > ** > +
- ** > + > OR > NOT
- ** > + > NOT > OR
Answer: D) ** > + > NOT > OR
Explanation:
Exponentiation operator (**) > Identity operator (+) > Logical Negation Operator (NOT) > Inclusion Operator (OR).