In SQL, a Boolean value either TRUE, FALSE or UNKNOWN is a truth value. A Boolean value may be a <literal>, the value of a parameter or a host language variable or the result of any expression or argument (including a possibly qualified <Column name> or the result of an SQL predicate or search condition) that evaluates to a truth value. Boolean values are stored in the Boolean <data type>: BOOLEAN.