W3Schools Learner's Blog

W3Schools Programming knowledge summary website

div

1/03/2018

SQL Operators

SQL Operators

There are two type of Operators, namely Comparison Operators and Logical Operators. These operators are used mainly in the WHERE clause, HAVING clause to filter the data to be selected.

Comparison Operators:

Comparison operators are used to compare the column data with specific values in a condition.
Comparison Operators are also used along with the SELECT statement to filter data based on specific conditions.
The below table describes each comparison operator.
Comparison OperatorsDescription
=equal to
<>, !=is not equal to
<less than
>greater than
>=greater than or equal to
<=less than or equal to

Logical Operators:

There are three Logical Operators namely AND, OR and NOT.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.