Add

Thursday, September 10, 2009

Relational Operators

This operator is used in a relational expression to test a relationship betweenthe term preceding it and the term following it, resulting in a Boolean value.
The relational operators are:·
= (equal to)·
< (less than)·
> (greater than)·
<= (less than or equal to)·
>= (greater than or equal to)·
<> (not equal to)·
IN (included in set)

No comments: