Home » MYSQL » MySQL Subquery » Question
  1. Which of these operators does not perform relative-value comparisons?
    1. >=
    2. <=
    3. =
    4. ==
    5. None of these
Correct Option: D

The operators =, < >, >, >=, <, and <= perform relative value comparisons in MySQL. ‘==’ is not a valid comparison operator in MySQL. Such operators are useful in filtering information from a table.



Your comments will be displayed only after manual approval.