What is operators is sql The symbols which are used to perform logical and mathematical operations in SQL are called SQL operators. There are three types of Operators used in SQL. Basically when we have to perform any operation to fetch our Desired output then we use Operators. for example- sum of salary, average salary, highest paid employee etc. Types of Operators- Arithmetic Operators - Perform =, -, *, /, % Relational Operators - ==, <=, >= , > , < Special Operators - To Get Range, List, Null- Use BETWEEN, IN, IS NULL, LIKE Negation Operators - its Reverse of Special Operators- NOT BETWEEn, NOT IN, NOL NULL, NOT LIKE. Logical Operators - To Specify condition and selection is OR, AND