Multiple choice technology databases

<> and != both are same operator into SQL

  1. true.

  2. false.

  3. both are not used into SQL.

  4. Both are used assembly languages only.

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

In SQL, both <> and != are standard inequality operators - they are functionally identical. Both are valid in SQL (not assembly only), and both serve the same 'not equal' purpose.