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
How can I add Reporting Services reports to my application?
When to use Inner join & when to use subquery?
How to create view in stored procedure sql server?
What is temporal table?
It is important form e to get the information from log files of applications executed by the task scheduler? Does sql studio save these log files? : sql server management studio
how many clustered indexes can be created on a table? : Sql server database administration
What is compound operators?
What are the indexes in sql server?
Which is the main third-party tool used in sql server?
Explain the different index configurations a table can have?
Your table has a large character field there are queries that use this field in their search clause what should you do?
What is the maximum number of instances in 32 bit and 64 bit sql server 2012?
How to find tables without indexes?
What is autocommit mode in sql server?
How to rebuild the master database?