what is bit datatype and what's the information that can be stored inside a bit column? : Sql server database administration



what is bit datatype and what's the information that can be stored inside a bit column? : Sql s..

Answer / Shyam Singh

The BIT data type in SQL Server represents a single binary digit, which can have a value of 0 or 1. It is used to store boolean values (true/false) or binary flags. The information stored within a BIT column can represent true or false conditions, on or off states, yes or no answers, or any other binary value.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

Can you insert NULL in unique column?

1 Answers   MCN Solutions,


Define msdb database?

1 Answers  


How do you fine the performance tunning?

2 Answers   Accenture,


What is an index?

8 Answers   Yardi Software,


What is database architecture? : SQL Server Architecture

1 Answers  


What are the 10 characteristics of data quality?

1 Answers  


When you should use a low fill factor?

1 Answers  


What is a file group?

1 Answers  


How many cores do I need for sql server 2016?

1 Answers  


What is openxml in sql server?

1 Answers  


What are the types of resultset?

1 Answers  


How to select top 5 coloumn from a table without using coloumn name

5 Answers  


Categories