Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to sort query output in descending order in ms sql server?

985


What command is used to rename the database?

1086


What are the disadvantages of primary key and foreign key in SQL?

1151


What are different types of raid configurations? : SQL Server Architecture

1133


what is create database syntax? : Sql server database administration

1162


What functions can a view be used to performed?

1115


How connect excel to sql server?

1051


What is order of B+tree?

1152


I have a table Events Events containing cardno,time,id,name--each id has a cardno my requirement is every day each employee swipe the card several times i want to calculate first and last time of each card the output should be name 1 2 6 7 in out in out holiday holiday xxx 09:30 06:30 09:40 06:45 where 1,2...... are dates for example january 1,2, etc. 6 and 7 are saturday and sunday how it is posssible

2292


What are the encryption mechanisms in sql server?

1080


How to filter records of table in SQL SERVER?

1132


What does the on delete cascade option do?

1062


How to create an inline table-valued function?

1021


How many levels of sp nesting is possible?

1099


What is the correct order of the logical query processing phases?

995