what are default? Is there a column to which a default cant be
bound?
Answer Posted / sreejith s t
Default means giving some default value to column . If we
are not inserting any value to that column , default value
will be inserted .
Default cant be bound to identity and
timestamp columns .
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What are extended events in sql server?
What happens if null values are involved in boolean operations?
What are the general features of sql server management studio? : sql server management studio
How to query multiple tables jointly?
I have all the primary data files, secondary data files as well as logs. Now, tell me can I still restore the database without having a full backup? : sql server database administration
What is the difference between a check constraint and a rule?
How to update muliple row in single query?
What does the not null constraint do?
Explain trigger and its types?
What is the difference between drop table and truncate table?
How extra digits are handled with numeric data type literals?
What is default constraint?
Tell me extended events in sql server 2008?
what is the difference between openrowset and openquery?
what's the difference between delete table and truncate table commands? : Sql server database administration