Microsoft Exam Questions

Which parameter should you use when you create the column?

Your manager has asked you to design a new table and enforce rules for the type of information
that can be stored in a particular column. The information must match a particular pattern e.g. a
number between 1 and 7. This checking must be performed during insert or update operations.
Which parameter should you use when you create the column?

A.
CHECK

B.
DEFAULT

C.
Foreign Key

D.
Primary Key