What is the meaning and use of IS Not Null operator in queries?

      

Explain the meaning and use of IS Not Null operator in queries.

  

Answers


Maurice
Finds records that are blank from the database.

For example, consider the SQL statement below:
SELECT LastName, FirstName, Address FROM Persons WHERE Address IS NOT NULL.
The SQL statement above retrieves LastName, Firstname and Address from Persons table whose address is NOT blank.
maurice.mutuku answered the question on April 12, 2018 at 07:41


Next: Taja aina za wahusika katika fasihi simulizi.
Previous: What is the meaning and use of LIKE operator in queries?

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


Exams With Marking Schemes

Related Questions