Home »
MCQs »
SQLite MCQs
What is TRUE about !< operator in SQLite?
133. What is TRUE about !< operator in SQLite?
- In this case, the condition becomes true if the value of left operand is lesser than that of right operand
- In this case, the condition becomes true if the value of left operand is higher than that of right operand
- In this case, the condition becomes true if the value of right operand is higher than that of right operand
- 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.