BOOLEAN 

BOOLEAN is a data type that can only assume one of the states TRUE or FALSE and the NULL value.

A boolean value can only be compared to other boolean values.

See also:

BOOLEAN