1.

What will be the output of the following query?
SELECT accountid, productid, custid
FROM account
WHERE productid IN ( sav , chd , mm );

A. Only those values are selected whose productid is either sav
B. Only those values are selected whose productid is either sav , chd
C. Only those values are selected whose productid is either sav , chd , mm
D. All of above
E. None of these
Answer» D. All of above


Discussion

No Comment Found

Related MCQs