Profisee Interview Question

What is the difference between an empty string and NULL?

Interview Answer

Anonymous

Jul 11, 2012

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

1