Multiple choice technology databases

<> and != both are same operator into SQL ?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Both <> (not equal) and != (not equal) are standard SQL operators that test for inequality. They are functionally equivalent and return the same results. Different SQL implementations may prefer one syntax over the other (<> is ANSI standard, != is common in many systems), but both work in most modern databases.