(Robert Sheldon) Adding database constraints to a table is an important part of the table-creation process. For most tables, you’ll likely define a PRIMARY KEY constraint, but other types of database constraints might also be needed, such as UNIQUE, FOREIGN KEY, CHECK or DEFAULT.
Read More - Register for Free Membership