Vidyalelo
MySQL · Q1174

MySQL

Programming · MySQL · question 1174

Q1174

What will be the output of the following MySQL statement? SELECT account_id, product_id, cust_id FROM account WHERE product_id NOT IN (‘sav’, ‘chd’, ‘mm’);

A.
Only those values are selected whose product_id does not belong to either 'sav', 'chd', 'mm'
Answer
B.
Only those values are selected whose product_id does not belong to either 'sav''
C.
Only those values are selected whose product_id does not belong to either 'sav', 'chd'
D.
All of the mentioned

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board