This SQL server tutorial explains how to specify a default value for a column in SQL Server Table Designer.
Developers can specify a default value, for each column in their table, which will be entered in the column if the end user leaves it blank. When developers do not assign a default value and the user leaves [...]