Database Developer Question:
Tell me what are Operators available in SQL?
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
There are three types of Operators.
☛ Arithmetic Operators
☛ Comparison Operators
☛ Logical Operators
Previous Question | Next Question |
Tell us what is SQL? | Explain me what is a column in a Table? |