Scenario Mode
👤 Your Role: You are a sales analyst at a retail company.
📋 Request: Your manager wants a combined report showing sales details along with customer information for each transaction.
📊 Data: You have two tables: one with sales transactions including Customer ID, Product, and Amount; another with customer details including Customer ID, Name, and Region.
🎯 Deliverable: Create a merged table that joins sales data with customer details by Customer ID, showing Customer Name, Region, Product, and Amount.
Progress0 / 7 steps