I\'m curious to know how NULLs are stored into a database ?
It surely depends on the database server but I would like to have an general idea about it.
The server typically uses meta information rather than a magic value. So there's a bit off someplace that specifies whether the field is null.
-Adam