Database Developer Question:
Tell us what is a DEFAULT constraint?
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 Question | Next Question |
Tell us what is the difference between UNIQUE and PRIMARY KEY constraints? | Tell me which TCP/IP port does SQL Server run? |