Home »
MCQs »
SQL MCQs »
SQL Operators MCQs
Which of the following is not the SQL Comparison Operator?
17. Which of the following is not the SQL Comparison Operator?
- SQL Equal Operator (=)
- SQL Less Than Operator (<)
- SQL Greater Than Operator (>)
- All of the above
Answer: D) All of the above
Explanation:
SQL Equal Operator (=), SQL Less Than Operator (<), and SQL Greater Than Operator (>) are all SQL Comparison Operators.