BOOLEAN provides 1 byte of storage for logical values.
BOOLEAN
java.lang.Boolean
BOOLEAN
The legal values are true, false, and null. BOOLEAN values can be cast to and from character typed values. For comparisons and ordering operations, true sorts higher than false.
values true values false values cast (null as boolean)