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

Answers were Sorted based on User's Feedback



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

Answer / sd

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 ?    9 Yes 3 No

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

Answer / ramesh

Float
Binary Data

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More DB Development Interview Questions

How to use timestamp datatypes

0 Answers  


what is architecture of your datastage project??? i came across this question many times in interviews in specific what can i answer plz help me

1 Answers   IBM,


Does QTP Support the Propjects which are running in Dot Net? As we are starting with new project in Dot net need to use automation tool?Please advice & let me know what would be the best.

0 Answers  


What is the difference between a primary index and a secondary index? What is a duplicate data entry in an index? Can a primary index contain duplicates?

5 Answers   IBM,


What is the system function to get the current user's user id?

4 Answers  






What is data modeling with example?

0 Answers  


What are the 18 schemas?

0 Answers  


What is normalization? Explain different levels of normalization?

8 Answers   CG-VAK, Choice Solutions, College School Exams Tests, IBM, Wipro,


You have a table with three columns: amount1, amount2, and amount3 in a single row only one of these three columns will have a value and the other two will be null. Write a sql query to retrieve the values from these columns?

0 Answers  


What is database design and development?

0 Answers  


Explain the process of the user request and data generating?

0 Answers  


can you give me the syntax of named procedure??

2 Answers  


Categories