Defaults are the user defined constraints. Their role is to insert a default value to a column if that column contains only 'null' value at the time of insertion.
Defaults cannot be defined for primary key column, unique key column, identity columns.
Thank you.
