what is the signification difference of this bit data type
between sql 6.5 and later version sql server?



what is the signification difference of this bit data type between sql 6.5 and later version sql s..

Answer / sreejith s t

In SQL 6.5 bit datatype supports only 0 and 1 ( true /
false ) . But in later versions it supports NULL also .

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More SQL Server Interview Questions

If we use where clause in the left outer join then how the query would behave/act?

1 Answers  


what is bit data type? and what are the information that can be stored inside a bit column?

2 Answers  


How will you collect the date from current date to last older 6 days date in sql server 2005

4 Answers  


When would you use a before or after trigger?

0 Answers  


What are the grouping functions?

0 Answers  






After removing a table from database, what other related objects have to be dropped explicitly?

0 Answers  


Which is better statement or preparedstatement?

0 Answers  


What is the use of DBCC commands?

4 Answers   NA,


hi, may i know what is the command to get abstract the current month, current year and current day from a given date.i want these three in a isolated way..seperatedly is that any way in sql server 2000

3 Answers  


What is the difference between createstatement and preparedstatement?

0 Answers  


What does REVERT do in SQL Server 2005?

0 Answers   HCL,


What is 2nf normalization?

0 Answers  


Categories