MySQL – Operators – MCQ

SQL operators are symbols or keywords used in SQL statements to perform actions on data. They help compare values, perform calculations, combine conditions, and manipulate data. For example, + adds numbers, = checks equality, and AND links multiple conditions. Operators are commonly grouped into types like arithmetic, comparison, logical, and special operators.

5. Operators