Q:
Which of the following is a comparison operator in SQL?
Answer & Explanation
Answer: A) =
Explanation: The comparison operator that is used in SQL is '='. Comparison operators test whether two expressions are the same. Comparison operators can be used on all expressions except expressions of the text, ntext, or image data types.
View Answer
Report Error
Discuss