Description
A DEFAULT constraint specifies a default column value if no value is specified. The default value also applies to UPDATEs when no value exists or is specified. This constraint only applies if no value is specified. Any other value is acceptable.
In this lab, you will learn how to add a DEFAULT Constraint to a table in SQL Server.
Based on this Customer and Supplier Schema, generate the solutions to the respective queries listed below:
Lab Objective
Upon completion of this lab, you will be able to:
Prerequisites