I have a DB that does not allow null values in a certain table. But I need to work some validation from the code side for rows that may or may not have certain data.
Question: Is there a way to force nulls in SQL? For example if I had 13 columns in a table (none of which allow for null values) and I only wanted to INSERT data into one of them while leaving the others empty. Can this be done?