Multiple choice technology databases

Which is not used into SQL =,<>,> ,<,>=,<=,>>>

  1. all are used

  2. only >>> not used

  3. only <>

  4. None

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

Standard SQL comparison operators are =, <>, >, <, >=, and <=. The >>> operator is NOT a valid SQL operator. Option B is correct - only >>> is not used in SQL.