For each order, show whether it occurred in the customer’s…
For each order, show whether it occurred in the customer’s first order month. Output: order_id, customer_id, order_month, first_month_flag (Y/N). Orders( order_id NUMBER, customer_id NUMBER, order_date DATE, total_amount NUMBER)
Read Details