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

Answers were Sorted based on User's Feedback



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

Answer / meena kurade

Bit datatype is used to store boolean information like 1 or
0 (true or
false). Untill SQL Server 6.5 bit datatype could hold either
a 1 or 0
and there was no support for NULL. But from SQL Server 7.0
onwards,
bit datatype can represent a third state, which is NULL.

Is This Answer Correct ?    3 Yes 0 No

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

Answer / sreejith s t


Bit is used to store boolean values . It stores 0 , 1 and
NULL .

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More SQL Server Interview Questions

What are acid properties of transaction?

0 Answers  


What is the primary use of the model database?

0 Answers  


How is sql server used?

0 Answers  


What is ms sql server reporting services?

0 Answers  


Can you change the data type of a column in a table after the table has been created? If so, which command would you use?

0 Answers  






What are wait types?

0 Answers  


Write a query to include a constraint, to check whether the employee salary is greater than 5000?

0 Answers   TCS,


Explain trigger and its types?

0 Answers  


What happens to a statement batch if there is a compilation error?

0 Answers  


Why do we backup Active Directory ?

0 Answers  


Diffrence between DTS vs SSIS

2 Answers   IBM, Infosys,


Explain the purpose of indexes?

0 Answers  


Categories