单项选择题Theaccountsreceivabledepartmentrequestedanaccountsstatustoallowuserstoentereitheracustomername,customernumber,customerphonenumberandthendisplaythecustomeroutstandingbalance.Youwanttorestrictthedataretrievedbasedonvaluesenteredbytheusers.Whichwhereclausewouldyouwriteinthequerytoselectstatementtoaccomplishthistask?()
A.&p_where_clause
B.:p_where_clause
C.WHERE CUST_ID=P_CUST_ID or cust_name=:p_cust_name or cust_phone=:p_cust_phone
D.Where cust_ID=&p_custid cust_name=&p_cust_name or cust_phone=&p_cust_phone