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
What are recommended options to be used while using db mirroring? : sql server database administration
State the difference between union and union all?
What is difference between global temporary tables and local temporary tables?
How we can compare two database data?
What is cursor in ms sql server?
How to rebuild indexes with alter index ... Rebuild?
What is the purpose of indexing?
Why transaction is important?
How to restore performance issues and how to check?
Do you know what are pages and extents? : SQL Server Architecture
What is difference between joins and subqueries?
What is the difference between for auto and for nested?
How to create a dynamic cursor with the dynamic option?
What is the significance of null value and why should we avoid permitting null values?
What is the difference between online clustering and Offline clustering?