What is TRUE about !< operator in SQLite?

133. What is TRUE about !< operator in SQLite?

  1. In this case, the condition becomes true if the value of left operand is lesser than that of right operand
  2. In this case, the condition becomes true if the value of left operand is higher than that of right operand
  3. In this case, the condition becomes true if the value of right operand is higher than that of right operand
  4. None of the above

Answer: B) In this case, the condition becomes true if the value of left operand is higher than that of right operand

Explanation:

In !< operator case, the condition becomes true if the value of left operand is higher than that of right operand.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.