Introduction
Sometimes you want to add a new row to a table and use the default values set for some or all columns. This saves time and keeps data consistent.
When you want to add a new record but rely on default settings for some columns.
When a column has a default value like current date or a fixed number and you don't want to type it every time.
When you want to insert a row without specifying any values, using all defaults.
When you want to quickly add a placeholder row with default values.