Which operator is NOT appropriate in the join condition of a non-equi join SELECT statement?
Answer options
A
=
B
BETWEEN
C
>
D
<
Correct answer: =
Explanation
Quick AnswerThe correct answer is = because it directly addresses the core logic of Database Management.
Non-equi joins use non-equality operators; = is for equi-joins.