Database Developer Question:

Tell me what are Operators available in SQL?

Tweet Share WhatsApp

Answer:

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

Download Database Developer PDF Read All 70 Database Developer Questions
Previous QuestionNext Question
Tell us what is SQL?Explain me what is a column in a Table?