The constants TRUE and FALSE evaluate to 1 and 0, respectively. Theconstant names can be written in any lettercase.mysql> SELECT TRUE, true, FALSE, false; -> 1, 1, 0, 0