Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 cursors?

1259


How many files can a database contain in sql server?how many types of data files exists in sql server? How many of those files can exist for a single database?

1208


What is difference between standardization and normalization?

1156


Call by value and call by reference in procedure and function, with NOCOPY.

1348


What is sqlservr.exe - process - sql server (sqlex?press)?

1152


What is the difference between Stored Procedures and triggers?

1131


How to list all login names on the ms sql server?

1181


How to create a dynamic cursor with the dynamic option?

1103


what is the difference between writing data to mirrored drives versus raid5 drives. : Sql server administration

1008


What are the restraints imposed on the table design by a merge replication?

1087


Differentiate between ms sql server reporting services vs crystal reports?

946


How optimize sql query with multiple joins in sql server?

951


Can a synonym name of a table be used instead of a table name in a select statement?

1088


What is lookup override?

1079


What is log shipping? Can we do logshipping with SQL Server 7.0 - Logshipping is a new feature of SQL Server 2000. We should have two SQL Server - Enterprise Editions. From Enterprise Manager we can configure the logshipping. In logshipping the transactional log file from one server is automatically updated into the backup database on the other server. If one server fails, the other server will have the same db and we can use this as the DR (disaster recovery) plan.

2809