------- Which two functions could you use to concatenate the First Name and Last Name objects? - Find The Answeres -->

Which two functions could you use to concatenate the First Name and Last Name objects?

A.   =[First Name]+[Last Name]
B.   =[First Name]&[Last Name]
C.   =[First Name]||[Last Name]
D.   =Concatenation([First Name];[Last Name])
E.   =Concatenation([First Name],[Last Name])

Ans: A and D