The relational operators

The relational operators are:

With numeric operands the relational operators compare the values of the operands.

For operands of string type the relational operators compare the lexical ordering of the operands.

For operands of set type the relational operators (<= and >= only) test whether one operand is a subset of the other.