C-06-Q068mediumsingle_mcq
Which operator means "not equal" in the SQLite condition operators listed?
Which operator means "not equal" in the SQLite condition operators listed?
- a
!= - b
<> - c
== - d
=/=
Which operator means "not equal" in the SQLite condition operators listed?
!=<>===/=