Which of the following is not the SQL Comparison Operator?

17. Which of the following is not the SQL Comparison Operator?

  1. SQL Equal Operator (=)
  2. SQL Less Than Operator (<)
  3. SQL Greater Than Operator (>)
  4. All of the above

Answer: D) All of the above

Explanation:

SQL Equal Operator (=), SQL Less Than Operator (<), and SQL Greater Than Operator (>) are all SQL Comparison Operators.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.