What are defaults? Is there a column to which a default can't be bound?

Submitted by: Administrator
A default is a value that will be used by a column, if no value is supplied to that column while inserting data. IDENTITY columns and timestamp columns can't have defaults bound to them. See CREATE DEFAULT in books online.
Submitted by:

Read Online SQL Server Database Administrator Job Interview Questions And Answers