You create a stored procedure to retrieve the following details for the given customer:
CustomerName,Address,PhoneNumber
Which of the following is an ideal choice to get the best performance?A.Return the result as dataset using data adapter
B.Return the result as dataset using command object
C.Return the result as three out parameters and command object
D.All of the above