SQL Server Constraints Question:

Download Job Interview Questions and Answers PDF

What are constraints in Microsoft SQL Server?

MS SQL Server Constraints Interview Question
MS SQL Server Constraints Interview Question

Answer:

Constraints enforce the data integrity to the database and protect columns of the table from unwanted values. NOT NULL, CHECK, UNIQUE, PRIMARY KEY, FOREIGN KEY are the types of contraints define in SQL Server.

Download MS SQL Server Constraints Interview Questions And Answers PDF

Previous QuestionNext Question
What is default constraint in MS SQL Server?