Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

RFM Analysis Homework In this assignment you will utilize the AdventureWorks 2 0 1 9 database. The database diagram is attached with the assignment. As

RFM Analysis Homework
In this assignment you will utilize the AdventureWorks2019 database. The database diagram is attached with the assignment.
As part of an ongoing CRM program, you have been asked to prepare a report identifying who the valuable customers are. You are responsible for customers living in France, so you are interested in retrieving information about orders originated from that country.
Although, multiple different options were available, you have decided to implement RFM analysis to get some basic understanding about the customers in your segment of the company. RFM method is a basic tool allowing for a quick assessment of the customer value. RFM abbreviation represents three dimensions of the technique: recency, frequency, and monetary value. These dimensions can be described as:
- Recency how recently did the customer make a purchase
- Frequency how frequently does the customer purchase
- Monetary value how much money did the customer spend
RFM analysis works in the following way:
- Customers are assigned a recency score based on date of most recent purchase or time interval since most recent purchase. This score is based on a simple ranking of recency values into a small number of categories. For example, if you use five categories, the customers with the most recent purchase dates receive a recency ranking of 5, and those with purchase dates furthest in the past receive a recency ranking of 1.
- In a similar fashion, customers are then assigned a frequency ranking, with higher values representing a higher frequency of purchases. For example, in a five category ranking scheme, customers who purchase most often receive a frequency ranking of 5.
- Finally, customers are ranked by monetary value, with the highest monetary values receiving the highest ranking. Continuing the five-category example, customers who have spent the most would receive a monetary ranking of 5.
The result is four scores for each customer: recency, frequency, monetary, and combined RFM score, which is simply the three individual scores concatenated into a single value. The "best" customers are those with the highest combined RFM scores.
Your tasks are as follows:
1. Identify (list) the tables containing the relevant data.
2. Produce a list of customers living in France. The list should include: CustomerID, FirstName, LastName, Address, City, Zip, Province Name, and country.
3. Produce a list of customers with number of orders placed and dollars spent. The list can include only the CustomerID, Number of Orders, and Total Money Spent columns. Use appropriate aggregate functions.
4. Produce a list of customers that can be utilized for your RFM analysis. The list needs to include CustomerID, first and last name, city, country, number of orders, total dollars spent, and last order date. The list needs to be limited to the search criteria specified above.
5. Export the list to Excel (as shown below). Then, assign scores for each of the RFM dimensions. Sort the output according to the total RFM score (highest first).
a. HINT: In order to obtain RFM scores you will need to transform your continuous data into bins. The method below describes equal frequency binning, but you are more than welcome to use other methods should you decide to do so.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Administrator Limited Edition

Authors: Martif Way

1st Edition

B0CGG89N8Z

Students also viewed these Databases questions