1.

What will be the output of the following query?SELECT accountid, productid, custidFROM accountWHERE 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