Collection Contents Index Money data types Date and time data types pdf/chap7.pdf

Reference Manual
   CHAPTER 7. SQL Data Types     

Bit data type


Function 

For storing Boolean values.

Syntax 

BIT

Usage 

By default, columns of BIT data type do not allow NULL. This behavior is different from other data types. You can explicitly allow NULL if desired.

Standards and compatibility 


Collection Contents Index Money data types Date and time data types pdf/chap7.pdf