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?

 Posted by Bandi on 7/30/2014 | Category: Sql Server Interview questions | Views: 1427 | Points: 40
Select from following answers:
  1. DEFAULT
  2. Primary KEy
  3. Foreign Key
  4. CHECK
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response