SQL DEFAULT Constraint
The DEFAULT Constraint is used to insert the default values into a column during design time.
The default values is used in new record if no value is specified during INSERT Statement.
The default
SQL DEFAULT Constraint Syntax