Introduction
DEFAULT values let you set a starting value for a column when no value is given. This helps keep data complete and consistent without extra work.
When you want a column to have a common starting value automatically.
When inserting new rows but some columns can be left empty and still get a value.
When you want to use a simple calculation or function as a starting value.
When you want to avoid errors from missing data in certain columns.
When you want to save time by not typing the same value repeatedly.