What is bit datatype?- A bit datatype is an integer data type which can store either a 0 or 1 or null value. - It is used to store boolean information like 1 or 0 (true or false). - It is a special kind of integer that could be either true or false. - It is used to store 0,1 or null.
|