I'm designing a new database and currently there a many fields that end up with the value NULL.
I've read about NULL vs "" and I think that "" is preferred.
Should I go to the effort to ensure there are no NULL values - it would only take a few hours?
Is this worth the effort - Note: I will be working with this database for many years to come.
thx