Answers

Question and Answer:

  Home  MS SQL Server Constraints

⟩ What is default constraint in MS SQL Server?

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.

 144 views

More Questions for you: