WHERE Logical অপারেটর
Operator
Meaning
AND
Return true if both expressions are true
BETWEEN
Return true if the operand is within a range
IN
Return true if the operand is equal to one of the value in a list
LIKE
Return true if the operand matches a pattern
NOT
Reverse the result of any other Boolean operator.
OR
Return true if either expression is true
IS NULL
NULL
represents the missing data in the database
Last updated