What are defaults? Is there a column to which a default can’t be bound?
By admin on Mar 15, 2007 in Ms Sql Server Interview Questions
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.


