June 2015
Intermediate to advanced
1800 pages
70h 6m
English
When creating defaults, you need to keep in mind the following restrictions:
A default cannot be created on columns that have been defined with TIMESTAMP, IDENTITY, or ROWGUIDCOL properties.
Only one default can be assigned to a given column. This restriction applies to both declarative and bound defaults.
Only one default can exist per column.
The default value must be compatible with the data type of the column.
A default ...
Read now
Unlock full access