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
Can binary strings be used in arithmetical operations?
What are out-of-range errors with date and time literals?
Explain how dts is used to extract, transform and consolidate data?
What is importing utility?
What do you know about system database? : SQL Server Architecture
Can you always create a cache of a report?
How to Update from select query in sql server?
What are the types of table?
What is SubQuery in SQL Server 2008
What is a partitioned view?
What are the new features of sql server 2008 r2 reporting service?
What is pivot and unpivot?
How to rename an existing column with the "sp_rename" stored procedure in ms sql server?
How can we use ConnectorJ JDBC Driver with MS SQL?
How to declare a cursor with "declare ... Cursor" in ms sql server?