⟩ Tell me what are Operators available in SQL?
SQL Operator is a reserved word used primarily in an SQL statement’s WHERE clause to perform operations, such as arithmetic operations and comparisons. These are used to specify conditions in an SQL statement.
There are three types of Operators.
☛ Arithmetic Operators
☛ Comparison Operators
☛ Logical Operators