Show product line name and the total amount of stock of prod…
Show product line name and the total amount of stock of products that belong to the product line. List only product lines that have more than 100000 in stock. SELECT ( ) FROM SUM(stock_qty) > 100000 `