What Is True About Lt Operator In Sqlite #133
What is TRUE about !< operator in SQLite?
This multiple choice question (MCQ) is related to the book/course gs gs118 Data Mining. It can also be found in gs gs118 SQLite MCQs - SQLite MCQs - Quiz No.14.
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