Hi friends,
I want to know What is the significance of NULL value and why should we avoid permitting null values?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted May 30, 2012, 6:29 AM
http://www.techrepublic.com/blog/datacenter/handling-null-values-in-sql-server-2005/153
I don't think it's a good idea to avoid using NULL values altogether, just because they're difficult to deal with. There are many occasions in database work where data will be missing and there's no sensible default value which you can use instead.