What is the meaning and use of <> operator in queries?

      

Explain the meaning and use of <> operator in queries.

  

Answers


Maurice
<> means Not Equal To.

The above operator finds all entries that don't match the criteria.
For example, If you enter the expression: Mark <> 0, then the operator will list all records except those with marks equals to zero.
maurice.mutuku answered the question on April 12, 2018 at 07:52


Next: What is the meaning and use of LIKE operator in queries?
Previous: What is the purpose of "FIRST" SQL function?

View More Computer Studies Questions and Answers | Return to Questions Index


Exams With Marking Schemes

Related Questions