Defining a Null Value
A null value is undefined , unavailable, unassigned, unknown. It is not equal to zero or blank space . It is simply nothing.
In SQL statement if any row doesn't have data, then it is said to be null.
Any arithmetic expression using NULL values results into NULL.