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

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,


How to use timestamp datatypes

1 Answers  


How would you design a database for an online site, which would average a million hits a day?

1 Answers  


What are data modelling techniques?

1 Answers  


What are defaults? Is there a column to which a default can't be bound?

2 Answers  


What is the database development process?

1 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,


State the acid rules?

1 Answers  


How to replace not in with not exist?

1 Answers  


How is data stored in dbms?

1 Answers  


Where is dbms used?

1 Answers  


How to create an external table.

1 Answers  


Categories