A

Admin • 833K Points
Coach

Q. Select the correct order of precedence among the following?

  • (A) OR > NOT > + > **
  • (B) NOT > OR > ** > +
  • (C) ** > + > OR > NOT
  • (D) ** > + > NOT > OR
  • Correct Answer - Option(D)
  • Views: 26
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

Exponentiation operator (**) > Identity operator (+) > Logical Negation Operator (NOT) > Inclusion Operator (OR).

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.