A
Q. What will be the output of the following MySQL statement?
SELECT account_id, product_id, cust_id
FROM account
WHERE product_id IN (‘sav’, ‘chd’, ‘mm’);
- Correct Answer - Option(A)
- Views: 11
- Filed under category MySQL
- Hashtags:
Discusssion
Login to discuss.