Which operator is used to select rows where the Price is not equal to 100?
Answer options
A
<>
B
=
C
NOT BETWEEN
D
IN
Correct answer: <>
Explanation
Quick AnswerThe correct answer is <> because it directly addresses the core logic of Practice Set 2.
The diamond operator <> is the standard SQL syntax for 'not equal'.