First page Back Continue Last page Image

The WHERE clause Comparison Operators

=

!=

<>

>

<

<=

>=

These Operators ask a Boolean question and function based on the 2 state result

IS Object 1 (Comparison Operator) Object 2; Yes or No?

Usually my Objects are of the same type but could I mix them?