Syntax: ALPHA(string)Defn: A CI evaluator function that determines whether or not a string consists entirely of alphabetic characters.Type: BooleanExample: alpha('abcd')Result: TRUEExample: alpha('ab3d ef')Result: FALSE