πŸ“Š MySQL
Q. Select the correct order of precedence among the following?
  • (A) OR > NOT > + > **
  • (B) NOT > OR > ** > +
  • (C) ** > + > OR > NOT
  • (D) ** > + > NOT > OR
πŸ’¬ Discuss
βœ… Correct Answer: (D) ** > + > NOT > OR

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

Explanation by: Team MCQ Buddy
Exponentiation operator (**) > Identity operator (+) > Logical Negation Operator (NOT) > Inclusion Operator (OR).

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
145
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Team MCQ Buddy
Publisher
πŸ“ˆ
84%
Success Rate