What is bit datatype and what's the information that can be
stored inside a bit column?
Answer Posted / swapna
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 ? | 8 Yes | 1 No |
Post New Answer View All Answers
Explain about protocol layer present in SQL server?
What is always encrypted?
Which language rdl files made of?
Why are sql functions used?
What is the importance of a recovery model?
Tell me the difference between clustered and non-clustered index?
How to get nth highest salary from employee table.
What does set rowcount do?
What is the difference between varchar and varchar(max) datatypes?
Hi all, can any one please tell me the difference between sql server 2008 and orace 9i
Explain the creation and execution of a user-defined function in the sql server?
What are the source of constraints?
How do I find the size of a sql server database?
What is logshipping and its purpose?
What is the xml datatype?