A

Admin • 833K Points
Coach

Q. Which among the following operators is/are belongs to "Equality conditions"?

  • (A) <>
  • (B) !=
  • (C) =
  • (D) >/<
  • Correct Answer - Option(C)
  • Views: 29
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

The "Equality conditions" operator in MySQL includes the = operator, which is used to check for equality between two values. It compares whether two expressions are equal. Therefore, Option C is correct. <> and != are not equality operators; they represent the inequality operator, meaning "not equal to". > and < represent the greater than and less than operators respectively, which are not equality conditions. Hence, Option C is the correct answer.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.