What is the exact Difference between <> and != ?
None whatsoever, syntactically.
Both are inequality operators, <> is the SQL-92 standard, however its interchangable on some platforms with != (E.g. SQL Server)
<>
!=