1.

What Is Null?

Answer»

ORACLE has a specific VALUE called null which is neither EQUAL nor not equal to any value. In addition, null is neither true nor false.
A value can be CHECKED for null using SPECIAL operator called IS NULL or IS NOT NULL

Oracle has a specific value called null which is neither equal nor not equal to any value. In addition, null is neither true nor false.
A value can be checked for null using special operator called IS NULL or IS NOT NULL



Discussion

No Comment Found