Profisee interview question

What is the difference between an empty string and NULL?

Interview Answer

Anonymous

11 Jul 2012

An empty string is actually a value. NULL means there is no value.

1