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

Explain the cube operator?

0 Answers  


What you can do to remove data from the cache and query plans from memory for testing the performance of a query repeatedly?

0 Answers  


How to combine two function together?

0 Answers  


What is a self join? Explain it with an example?

16 Answers   TCS,


How can you log an error to the server event log from a stored procedure?

0 Answers  






How to use timestamp datatypes

0 Answers  


What are the types of database model?

0 Answers  


What are the constraints on severity level in raiseerror?

0 Answers  


Hi my program is accesing data from two db2 databases.what is the bind card for this program to genarate plan? how to specify the two owners and two qualifiers in bind card

0 Answers   TCS,


Who are naive users?

0 Answers  


agregator gives one to many records or many to one record

1 Answers   IBM,


Explain the process of the user request and data generating?

0 Answers  


Categories