Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Whichquery is correct?
Which
query is correct?
SELECT
product_type_id, AVG(price) FROM products GROUP BY product_type_id HAVING
AVG(price) > 20;
product_type_id, AVG(price) FROM products;
product_type_id, AVG(price) FROM products WHERE AVG(price) > 20 GROUP BY
product_type_id;
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!