what is bit data type? and what are the information that can
be stored inside a bit column?

Answers were Sorted based on User's Feedback



what is bit data type? and what are the information that can be stored inside a bit column?..

Answer / 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

what is bit data type? and what are the information that can be stored inside a bit column?..

Answer / sreejith s t


Bit is used to store boolean values . It stores 0 , 1 and
NULL .

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More SQL Server Interview Questions

as a general practice, it is recommended to have dbo be the owner of all database objects however, in your database you find number of tables owned by a user other than dbo, how could you fix this? : Sql server administration

0 Answers  


what are the different ways of moving data/databases between servers and databases in sql server? : Sql server database administration

0 Answers  


What is indexing?

0 Answers   AOL,


1. What are the grouping function in SQL ? 2. If base table of a view deleted means, what will happen while we querying on view ? will give any error ? 3. Difference between DROP, DELETE, TRUNCATE table ? 4. What is constraints and types ? 5. What is max size of nchar & nvarchar ? 6. Define ROLLBACK, COMMIT, SAVE POINT 7. How non-clustered better ? or rank the Clustered, Non-Clustered and Table scan in performance wise 8. Select 10 rows from a table ? 9. Define DML, DDL, DCL, DTL commands ? 10. What is mean by NULL value ? NULL means "" or 0 or undefined ? 11. Default constraints ? 12. Can we have more then primary Key in table ? 13. Type of integrity ? Entity, Referential, Domain ?

10 Answers   Perot Systems,


What are the new features introduced in SQL Server 2000? What changed between the previous version of SQL Server and the current version?

0 Answers   Accenture,






what is the purpose of creating view is sql server 2000

13 Answers   Wipro,


logshipping is Any difference 2000 and 2005?

2 Answers  


How to integrate the ssrs reports in application?

0 Answers  


what is index seek and index scan?

2 Answers  


what are constraints? Explain different types of constraints? : Sql server database administration

0 Answers  


Explain about sql server login?

0 Answers  


how can i store resumes in database?

3 Answers   HCL,


Categories