What is bit datatype and what's the information that can be
stored inside a bit column?
Answer / 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 |
What is the main difference between ‘between’ and ‘in’ condition operators?
What is the use of stored procedure?
What is lookup override?
What are the different acid properties?
What is tabulation?
What is The Use Of TIMESTAMP DataType in SQL Server 2005?
what is a cursor and what is its use?
Do you know the isolation level that sql server support?
What is log shipping?
Explain different types of locks in sql server.
what is physical sort data and logical sort data in index?
List out the differences between the clustered index and non-clustered index in sql server?