Question: Write a query to display Product_class_code, Product_class_desc, Count of Product type in each product class, Inventory Value (p.product_quantity_avail*p.product_price). Information should be displayed for only those
Write a query to display Product_class_code, Product_class_desc, Count of Product type in each product class, Inventory Value (p.product_quantity_avail*p.product_price). Information should be displayed for only those product_class_code which have more than 1,00,000 Inventory Value. Sort the output with respect to decreasing value of Inventory_Value. Expected 9 rows in final output. [NOTE: TABLES to be used - PRODUCT, PRODUCT_CLASS] Hint: 'count of product type in each product class' is the count of product_id based on product_class_code.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
