Question: 3. Write a query to display Product_class_code, Product_class_description, Count of Product type in each productclass, Inventory Value (p.product_quantity_avail p.product_price). Information should be displayed for

3. Write a query to display Product_class_code, Product_class_description, Count of Product type in each productclass, 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. [NOTE: TABLES to be used - PRODUCT_CLASS, PRODUCT_CLASS_CODE]
Step by Step Solution
There are 3 Steps involved in it
To achieve the desired query well need to perform a SQL join between the PRODUCTCLASS and PRODUCTCLASSCODE tables and calculate the required metrics H... View full answer
Get step-by-step solutions from verified subject matter experts
