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
Explain the difference between cross join and full outer join?
Explain acid?
How many types of local tables are there in sql server?
Is the log file is a part of file group?
What is the difference between functions and scalar functions?
Why use identity in sql server?
What is a trigger? Why we need it?
Explain left outer join and right outer join?
What is sql server schema compare? How we can compare two database schemas?
Find first and last day of current month in sql server
What is the maximum size of column in sql server?
What does set rowcount do?
How can you find out which stored procedures are recompiling?
explain the difference between oracle- sql and sql server sql ? if both are same y we r using 2 sw.s?
What are the commands used in DCL?