BOOLEAN
The data
type (data_type) BOOLEAN
is defined
for the column. A BOOLEAN
value can only have
the two statuses TRUE
and FALSE
and
the NULL
value. A BOOLEAN
value can only
be compared to other BOOLEAN
values.
The data type BOOLEAN
is specified
during column definition.