Description
NOT NULL specifies that NULL values are not accepted in a column. This constraint ensures that invalid data cannot enter the column. Adding a NULL value to a NOT NULL column will cause an error.
In this lab, you will learn how to add a Not Null 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