asked 105k views
0 votes
Which of the following is NOT a valid SQL Comparison Operator in the WHERE clause? O a) <> b) != Oc c) NOT BETWEEN d) IS NOT NULL

1 Answer

6 votes
B.)!

The exclamation point (!) has the same functionality as the NOT operator.

No related questions found