DBA > Job Interview Questions > Microsoft SQL Server Database Administrator Exam

What does Constraint refer to in MS SQL Server?

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

What does Constraint refer to in MS SQL Server?

Constraint in MS SQL Server refers to a rule associated to a column to enforce certain validation condition on that column.
For example, a UNIQUE constraint enforces a column to have unique values.

(Continued on next question...)

Other Job Interview Questions