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
Does order by actually change the order of the data in the tables or does it just change the output?
What are the purpose of Normalisation?
How to round a numeric value to a specific precision?
Can binary strings be converted into numeric or float data types?
How do you delete a trigger?
Is it possible to replicate data from sql server to oracle? : sql server replication
If the job running very slow what is the action you do
What is sqlcmd?
How can you append an identity column to a temporary table?
What is table level trigger?
What is an index in sql?
IF more than one Site is accessing the same Database server and I want to move the DB with Minimum down time? How will you do
what are the reporting service components in SSRS?
What is log in sql server?
What are truncate options available in sql server? : sql server database administration