sql server - SQL - Is there a way to force nulls in a DB? -


i have db not allow null values in table. need work validation code side rows may or may not have data.

question: there way force nulls in sql? example if had 13 columns in table (none of allow null values) , wanted insert data 1 of them while leaving others empty. can done?


Comments