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

What are the rules to use the rowguidcol property to define a globally unique identifier column?

0 Answers  


How to delete the duplicate rows from a table in SQL Server ??

3 Answers  


Can a table have 2 foreign keys?

0 Answers  


Can anyone tell that the extra features are there in SQL SERVER 2008 that are not available in previous versions .

0 Answers   HCL,


How to convert numeric expression data types by assignment operations?

0 Answers  






Explain how to send email from sql database?

0 Answers  


Do you know what are acid properties of transaction?

0 Answers  


What is the difference between a clustered index and a non-clustered index?

0 Answers  


What is an example of a primary key?

0 Answers  


What is transaction server consistency?

0 Answers  


What happens if the update subquery returns multiple rows in ms sql server?

0 Answers  


what is the difference between Delete and Truncate command in SQL

0 Answers   BirlaSoft,


Categories