Scenario Mode
👤 Your Role: You are a sales analyst at a retail company.
📋 Request: Your manager wants a report that combines customer first and last names into full names and also creates a unique order ID by joining order number and customer ID.
📊 Data: You have a table with columns: Order Number, Customer ID, First Name, Last Name, and Product.
🎯 Deliverable: Create two new columns: Full Name (combining first and last names) and Unique Order ID (combining order number and customer ID).
Progress0 / 4 steps