Answer Posted / s. elaiyaraja
Default is the column value used in the sql.
if you set default value in the columns when creating the
table then the insertion part if you are not passing the
value to this column the the default value will set for
this column.
For example varchar columns are defined as null value for
default value.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the federation in sql azure?
What are sql azure firewall rules?
If a user does not have permission to a table, but has permission to a view created on it, will he be able to view the data in table?
What do you understand by user-defined function in the sql server?
What is normalization process?
What is the difference between count and distinct count?
How to list all login names on the ms sql server?
what is an extended stored procedure? Can you instantiate a com object by using t-sql? : Sql server database administration
What are cursors in ms sql server?
What should be the fill factor for indexes created on tables? : sql server database administration
Explain how dts is used to extract, transform and consolidate data?
What are the new features of sql server 2012 reporting service?
What are the character string functions supported by sql server 2005?
Explain the categories of stored procedure?
What are the aggregate and scalar functions?