Which Operator is used for comparison of values?
Answers
Answered by
2
The IN operator is used to compare a value to a list of literal values that have been specified. The LIKE operator is used to compare a value to similar values using wildcard operators. The NOT operator reverses the meaning of the logical operator with which it is used
Similar questions