Description
A Foreign Key is a constraint that is placed on a column. This constraint specifies that a matching value must exist in another table. It can effectively links two tables together. A table can have any number of foreign keys.
In this lab, you will learn how to make a Foreign Key in 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