Login
Remember
Register
Ask a Question
What are the column comparisons operators?
0
votes
asked
Jan 14, 2024
in
Sql
by
AdilsonLima
What are the column comparisons operators?
sql-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 14, 2024
by
AdilsonLima
The = , <>, <=, <, >=, >,<<,>>, <=>, AND, OR, or LIKE operators are used in column comparisons in SELECT statements.
...