What is IS NOT NULL operator?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is IS NOT NULL operator?
Rating:
IS NOT NULL is a comparison operator that is used to compare a value with a NULL value. It evaluates to TRUE if the value is not NULL, otherwise it evaluates to FALSE.
Rating:
Was this information helpful?
Other articles
- What is an inline view?
- What is SUBSTR function?
- What is DELETE statement?
- What is schema?
- What is object privilege?