2.2.2.1.3 BOOLEAN

The BOOLEAN data type represents a value which can be true or false.

 TRUE = "true"
 FALSE = "false"
 BOOLEAN = TRUE / FALSE ; default value = FALSE