Database Developer Question:

Tell us what is a DEFAULT constraint?

Database Developer Interview Question
Database Developer Interview Question

Answer:

DEFAULT constraint is used to include a default value in a column when no value is supplied at the time of inserting a record.


Previous QuestionNext Question
Tell us what is the difference between UNIQUE and PRIMARY KEY constraints?Tell me which TCP/IP port does SQL Server run?