Scenario Mode
👤 Your Role: You are a sales analyst at a retail company.
📋 Request: Your manager wants a report showing each sales transaction with the product name and category included, even though this information is in a separate product table.
📊 Data: You have two tables: Sales with columns TransactionID, ProductID, Quantity, and SalesAmount; and Products with columns ProductID, ProductName, and Category.
🎯 Deliverable: Create a report table that lists each transaction with ProductName and Category shown by using the RELATED function to bring product details into the Sales table.
Progress0 / 4 steps