While this part is easy, the real trouble comes when you need to query and deal with values which may have nulls. For an SQL developer it's important to find all rows where a certain column is Null, now how to compare Null as simply checking with = or != is not enough.
This article will describe the complications that might arise when working with SQL NULL values, as well as some tips for resolving them.