Overview
In this activity, you’ll answer the questions by summarizing the results, analyzing the data, and using the information gathered.
Directions
Your team has been given several data sets in order to analyze information and summarize the findings. These are in the form of simple return merchandise authorizations (RMAs). Your task is to write brief summaries that show the results of the analysis to present to the product manager, who may or may not have a technical background. This is why you should write the summaries for an audience of nontechnical stakeholders.
Write a detailed summary of your analysis of the items below. Prepare your summary for nontechnical stakeholders. Use the list below to guide the structure and organization of your report.
Write SQL commands that capture specific, usable data that can be used in your analysis.
Analyze the results of queries to identify specific information that can be presented in your summary.
Sales by region:Analyze sales data by state to determine where the company has the largest customer base.
Analyze the data to determine the top three products sold in the United States.
Analyze the data to determine the top three products sold in the southeastern region of the United States.
Southeastern states to include in your analysis: Virginia, North Carolina, South Carolina, and Georgia
Returns by region:Analyze the data to determine the top three products returned in the United States.
Analyze the data to determine the top three products returned in the northwestern region of the United States.
Northwestern states to include in your analysis: Washington, Oregon, Idaho, and Montana
Write a report to the Quantigration product manager that explains your findings in a way nontechnical stakeholders can digest and use.
This report should include an effective summary of the analysis of the captured data.
Sales data by region: Provide a well-written summary of your analysis on Part A.
Returns data by region: Provide a well-written summary of your analysis of Part B.
What to Submit
Submit your report as a Microsoft Word document with double spacing, 12-point Times New Roman font, and one-inch margins. Any references cited must be in APA format. Consult the Academic Support module in your course for more information on citations.
Struggling with where to start this assignment? Follow this guide to tackle your assignment easily!
Step 1: Understand the Assignment Requirements
Before you begin writing, make sure you fully understand what is being asked. Your task is to analyze sales and return data using SQL and then summarize your findings in a way that nontechnical stakeholders can easily understand.
Step 2: Structure Your Paper
Your report should be organized into the following key sections:
- Introduction
- Sales Data Analysis
- Returns Data Analysis
- Summary and Key Takeaways
Step 3: Writing Each Section
1. Introduction
- Briefly introduce the purpose of the report.
- Explain that you analyzed sales and return data using SQL queries.
- Mention that the findings will help the product manager understand customer trends and product performance.
2. Sales Data Analysis
- Sales by Region:
- Explain the methodology used to analyze sales data.
- Present findings on which state has the largest customer base.
- Top Three Products Sold in the U.S.:
- List the top three best-selling products nationwide.
- Top Three Products Sold in the Southeastern U.S.:
- List the best-selling products in Virginia, North Carolina, South Carolina, and Georgia.
3. Returns Data Analysis
- Returns by Region:
- Describe how you analyzed return data.
- Present findings on the top three most returned products nationwide.
- Top Three Products Returned in the Northwestern U.S.:
- List the most returned products in Washington, Oregon, Idaho, and Montana.
4. Summary and Key Takeaways
- Summarize your main findings in simple language.
- Highlight key insights that the product manager can use for decision-making.
- Keep it concise and action-oriented.
Step 4: Writing SQL Queries
- Use SQL queries to retrieve relevant data.
- Example Query for Sales by Region:
SELECT state, SUM(sales) AS total_sales FROM sales_data GROUP BY state ORDER BY total_sales DESC;
- Example Query for Top Three Returned Products:
SELECT product_name, COUNT(*) AS return_count FROM return_data GROUP BY product_name ORDER BY return_count DESC LIMIT 3;
Step 5: Review and Edit
- Ensure clarity and logical flow.
- Remove technical jargon and keep the language simple.
- Proofread for grammar and spelling errors.
By following this guide, you can structure and complete your assignment effectively, making it easy for the product manager to understand your findings!
Place this order or similar order and get an amazing discount. USE Discount code “GET20” for 20% discount