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 <> (SQL standard) and != (common in some databases) represent the not-equal operator in SQL. They are functionally equivalent in most SQL dialects.