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
- Read more about SQL DEFAULT Constraint
- Log in or register to post comments
- 105 views