-
Which of these operators does not perform relative-value comparisons?
-
- >=
- <=
- =
- ==
- 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.