Home »
MCQs »
SQL MCQs »
SQL Operators MCQs
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?
- SQL Not Equal Operator (!=)
- SQL Equal Operator (=)
- SQL Greater Than Operator (>)
- 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.