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 is the maximum number of instances in 32 bit and 64 bit sql server 2012?
What are the 2 types of classifications of constraints in the sql server?
How much memory that we are using in Logshipping Concept?
How to create median function?
Explain what are the basic functions for master, msdb, model, tempdb databases?
What is a self join in sql server?
What do you mean by an execution plan? Why is it used?
What is checkpoint in sql server?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
What are the different editions available in sql server 2000?
How to use values from other tables in update statements in ms sql server?
Can binary strings be converted into numeric or float data types?
Explain what is scheduled job and how to create it?
Write query to return all rows sql?
New concepts of sql server 2005 use in your project.