Question: INPUT TABLE You're given a orders table and the columns in the orders table are shown below: orders Order_Id INT Type VARCHAR(10) Real_Shipping_Days INT Scheduled_Shipping_Days

INPUT TABLE You're given a orders table and the columns in the orders table are shown below: orders Order_Id INT Type VARCHAR(10) Real_Shipping_Days INT Scheduled_Shipping_Days INT Custome_Id INT Order_Oty VARCHAR(20) Order_Date DATE Order_Region VARCHAR(15) Order_State VARCHAR(20) Order_Status VARCHAR(20) Shipping_Mode VARCHAR(20) Inderes QUERY - Calculate count of all the orders. Where Order_State is Maharashtra - Note - Use the alias of oc for count of orders. - Group the results by Type - Order them by oc in ascending order. OUTPUT COLUMNS oc, Type Here's an image showing how a sample output would Innk likn
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
