What's the information that can be stored inside a bit column?



What's the information that can be stored inside a bit column?..

Answer / Chaman

A bit column in SQL Server stores binary data representing two distinct values: 0 (FALSE) and 1 (TRUE).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What is normalization? Describe its different types.

1 Answers   Wipro,


what is diffrent between store procedure and trigger

2 Answers  


What are different replication agents and what's their purpose? : sql server replication

1 Answers  


is there a column to which a default can't be bound? : Sql server database administration

1 Answers  


Why use view instead of a table?

1 Answers  


what purpose does OPENXML clause have in sql server stored procedure?

1 Answers  


What does it mean to manipulate data?

1 Answers  


Write a program using SQL queries to find a unique entry in a table.

1 Answers   Tech Mahindra,


Explain transaction isolation levels in sql server?

1 Answers  


What is a table called, if it has neither cluster nor non-cluster index? What is it used for?

1 Answers  


Define left outer join in sql server joins?

1 Answers  


Explain Capacity planning to create a database? and how to monitor it?

1 Answers  


Categories