what is bit data type? and what are the information that can
be stored inside a bit column?
Answer Posted / 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 |
Post New Answer View All Answers
What are the various Operating system files that every SQL server 2005 database has and what is the purpose.
How many types of cursor type are there?
Can you move the resources after pausing the node? : sql server database administration
Why I am getting this error when renaming a database in ms sql server?
What are the five major components of a dbms?
What are subqueries in sql server?
What does the not null constraint do?
What is log cache in sql server?
How can you check the version of sql server?
How to round a numeric value to a specific precision?
how will add additional conditions in sql?
Should you normalize audio?
What is a mixed extent?
What do you mean by data manipulation language?
What are the lambda triggers?