Introduction
DEFAULT values let you set a starting value for a column when no value is given. This helps keep data complete and consistent.
When you want a column to have a common starting value if no value is provided.
When you want to avoid errors from missing data during inserts.
When you want to simplify data entry by not always typing the same value.
When you want to ensure a column never stays empty or NULL unintentionally.