Multiple choice

Which of the following is a combination of NOT NULL and UNIQUE?

  1. Foreign key

  2. Primary key

  3. Check

  4. Default

  5. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This is true about primary key constraint.