WHATS IS AN OPERATOR:-
Operator is a keywords that has a specific works in programming language,Generally it is used to compare two operands and Operator help us to get the nearly conclusion about what should the output exactly.so lets start:-
OPERATOR DESCRIPTION
= Equal To
<> Not Equal to
also in some case you know as this symbol !=
> Greater Than
< Less Than
>= Greater Than or Equal to
<= Greater Than or Equal to
BETWEEN Between an inclusive range
LIKE Search for a pattern.
IN To specify multiple possible values for column.
Comments