Most of the databases support both !=
and <>
as not equal comparison operators. <>
means either less than or greater than (i.e. not equal to) and was introduced because not all the keyboards used to have the exclamation !
key (a long time ago). Some databases like Oracle also support ^=
for not equals.