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

What is sub query and its properties?

551


What do you understand by mirroring?

576


How to drop an existing table with "drop table" statements in ms sql server?

561


What are the steps to insert a table?

547


What are basics of policy management?

622






your sql server is running out of disk space. You notice that there are several large files with ldf extensions what are these files? : Sql server administration

580


How to create stored procedures with parameters in ms sql server?

535


What is the difference between dbcc indexdefrag and dbcc reindex?

537


Is oracle faster than sql server?

559


How to use union to merge outputs from two queries together in ms sql server?

566


What is difference between aggregate and analytic function?

489


How to write a query with a right outer join in ms sql server?

490


How do I know if localdb is running?

523


How many types of functions are there in sql server?

469


Explain the truncate command? : SQL Server Architecture

573