Scenario Mode
👤 Your Role: You are a sales analyst at an online retail company.
📋 Request: Your manager wants a report that breaks down each order date into year, month, and day to analyze sales trends by these time units.
📊 Data: You have a list of orders with order IDs and order dates in the format YYYY-MM-DD.
🎯 Deliverable: Create a table that shows the original order date along with separate columns for Year, Month, and Day extracted from the order date.
Progress0 / 5 steps