What is the default value of CHAR type?

Answer Posted / mallesh

In Sybase the default value for Char is NULL
you can check it as

declare @val char(5)
select @val
o/p is NULL

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain database normalization?

649


How to rebuild the master database?

581


Which rendering formats are affected by the pagesize properties?

106


Is the order of columns in the set clause important in ms sql server?

521


Explain about nested stored procedure?

606






Can binary strings be converted into numeric or float data types?

559


what number files will a information contain in SQL Server? How many forms of information files exist in SQL Server? How many of those files can exist for a single database?

534


What is the maximum number of instances in 32 bit and 64 bit sql server 2012?

535


What is the difference between ROW_NUMBER and Ranking function in SQL SERVER?

608


How many columns can exist together per table?

709


How dts is used to extract, transform and consolidate data?

600


How to replace null values in expressions using isnull()?

649


how to avoid cursors? : Sql server database administration

493


What does this statement do @@rowcount?

554


What are the source of constraints?

510