Tuesday 26 March 2013

What are defaults? Is there a column to which a default cannot be bound?

                        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.

No comments:

Post a Comment

First Database In Sql Server