Using which SQL Comparison Operator can we find the data that matches our query?

18. Using which SQL Comparison Operator can we find the data that matches our query?

  1. SQL Not Equal Operator (!=)
  2. SQL Equal Operator (=)
  3. SQL Greater Than Operator (>)
  4. SQL Less Than Operator (<)

Answer: B) SQL Equal Operator (=)

Explanation:

Using SQL Equal Operator from SQL Comparison Operators, we can find the data that matches our query.

Comments and Discussions!

Load comments ↻






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