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.