Multiple choice

Which of the following constraints has to be used to assign pre-specified value to any column in SQL?

  1. Check constraint

  2. Primary key constraint

  3. Default constraint

  4. Unique constraint

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

A default value can be specified for a column using the default clause.