Question 1. Write an SQL query to list product line ID, product-line name, the number of products, the average product price for all product-lines. Make sure to include all product lines separately.
Question 2. Modify the query in Problem 1 to include only those product lines with the average price higher than $120.