Previous Topic: NULL ExpressionNext Topic: Operators


RelationalExpression

A relational expression is a condition where two operands are compared using a relational operator, yielding a value of true, false, or unknown. A relational expression yields a value of unknown if the value of either operand is null.