Returns TRUE if all its arguments evaluate to TRUE; it returns FALSE if one or more arguments evaluate to FALSE.
Syntax
argument1 AND argument2 [AND ...]
Return type
Examples
FALSE