SQL Server Constraints Question:

Download Job Interview Questions and Answers PDF

What is default constraint in MS SQL Server?

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

Answer:

Default constraint is used to fill column with default value defined during creation of table if nothing is supplied while inserting data. IDENTITY columns and timestamp columns can't be associated with default constraint.

Download MS SQL Server Constraints Interview Questions And Answers PDF

Previous QuestionNext Question
What are constraints in Microsoft SQL Server?