Sei sulla pagina 1di 13

3/31/2020

Customer data analysis and


customer relationship management

Class 1: Intro to Database management


Instructor: Ge Song
March 30, 2020
8:40-11:55 14:00-17:15

Course information
• Database: creating, modifying, analyzing data.
• Customer Data management:Theories, cases, lab sessions.
• Practical skills.
• Tools: Excel, Access, SQL language, Stata.
• In-class quizzes and Exams (data analysis skills), cases, final
project.
• Participation(15%),homework(20%),Exam(30%),Project(35%)

1
3/31/2020

Reference Books
Access:
• https://support.office.com/en-us/article/database-design-basics-eb2159cf-
1e30-401a-8084-bd4f9c9ca1f5
• Introductory Relational Database Design for Business, with Microsoft
Access. By Jonathan Eckstein, Bonnie R. Schultz
• Problem-solving cases in Microsoft Access and Excel by Ellen F Monk,
Joseph A Brady, Gerard S Cook
Stata:
• An Introduction to Modern Econometrics Using Stata, by Christopher Baum
• Microeconometrics Using Stata: Revised Edition by A .Colin Cameron
Customer Relationship Management
• Customer Relationship Management by V. Kumar, Werner Reinartz

Utilize the “Help”

2
3/31/2020

Data-based Customer Relationship Management


Case: County Drain’s Enhancement Database
County Drains is a rapidly County Drain needed an adaptive The CRM program chosen for the
expanding drainage services database that would allow it to project allowed them to accomplish
company that has built its business continue its premium customer each of their three stated goals. The
model around the strengths of its service even with the tremendous system not only allowed County
customer relationships and looks to growth the firm was experiencing. Drain to continue with its premium
strengthen those relationships, customer service, it allowed the firm
providing the bedrock of growth for The objectives for the database to be more proactive with its
future growth. system were: customers providing even more
 Creation of a centralized source of relevant services while also
While County Drains has always increasing their revenues; a win-win
prided its self on its exemplary data.
for the customer and the firm.
customer service, its customer base  An easy, logical system that the
was expanding at such a rate that its staff would quickly adopt. Source: Concentrix (2017).
system of spreadsheets and manual
processes were beginning to be  Improvement of all data; historic,
squeezed into antiquity. current and new.

Tradition: the file system


• The business information systems in the 1960s, 1970s, and early
1980s used file systems to store, retrieve, and manipulate data.
• Excel: spreadsheet
• Easy to use, convenient
• Excel exercise 1:
• Spreadsheet basics
(spsheet1.ppt)

3
3/31/2020

Disadvantages of the File system


• Data redundancy: The same data appear in many different files
or in many fields within a file.
• Errors in data entry
• Data inconsistency
• Data integrity, which is the assurance that data are accurate and consistent
throughout their entire life cycle.
• e.g. the addition of sale amount to the total sales of a salesperson when a
new sale record is entered.
• Repeating fields: multivalued fields like the telephone number of a
salesperson.
• Problem: what happens if the business requirement defines unlimited
numbers for telephone numbers for each salesperson?
• Problem: unfixed number of products within an sales order

Benefits of Data-based Customer Relationship Management

• Company could use this data to:


• Better idea of consumer behavior,
• better target its advertising and marketing campaigns,
• expand brand reach,
• improve acquisition and retention rates, and
• increase profitability.

4
3/31/2020

Database Introduction

Definition: Database
• A database is an organized collection of structured information, or
data, typically stored electronically in a computer system.
• The data can then be easily accessed, managed, modified, updated,
controlled, and organized.
• There are many different types of databases.
• Relational databases. Relational databases became dominant in the
1980s.
• Source:
• https://www.oracle.com/database/what-is-database.html

5
3/31/2020

Relational databases
• Items in a relational database are organized as a set of tables with
columns and rows.
• Relational database technology provides the most efficient and flexible
way to access structured information.
• Databases like Oracle, SQL Server, and Microsoft Access are all relational
databases
• this flexibility also means the speed of processing is somewhat slower.
• Oracle and SQL Server are capable of handling medium to large-sized
companywide marketing programs, while Microsoft Access is used for
smaller-sized database marketing initiatives.

Microsoft Access Database: Specifications


• In most cases when a database exceeds the following limits, it might
be an indication of a design issue.
https://support.office.com/en-us/article/database-design-basics-eb2159cf-1e30-401a-8084-bd4f9c9ca1f5

6
3/31/2020

What Is Structured Query Language (SQL)?


• SQL is a programming language used by nearly all relational
databases to query, manipulate, and define data, and to provide
access control.
• SQL was first developed at IBM in the 1970s with Oracle as a major
contributor.
• SQL is still widely used today, although new programming languages
are beginning to appear.

Sample Data Presenting Superstore Sales

7
3/31/2020

Data Management

•Create Can I insert a new sales record with Order ID equal to 890?
•Read What is the sale amount for the Order with ID equal to 998?
•Update Can I change quantity from 22 to 18 for sale with Order
ID equal to 613?
•Delete Can I cancel sale with Order ID equal to 1761?
•Analysis What is the total sales amount in 2009?
Which customer is the biggest client?

Data processing -> management decisions

• Transforming data to information


The most important managerial benefit takes place when data is
processed appropriately to support the decision-making process.

8
3/31/2020

Summary: database vs.. spreadsheet


• Databases and spreadsheets (such as Excel) are both convenient ways
to store information.
• Databases have external similarities with spreadsheets since they
both allow the creation of multiple tables.
• The primary differences between the two are:
• How the data is stored and manipulated
• Who can access the data
• How much data can be stored

Summary: database v.s. spreadsheet


• A spreadsheet is not meeting the technical specifications of
databases.
• For example, the unique identification of rows, the relationships
between tables or the delete, and the insert and update integrity
validation are not included in spreadsheet applications.
• Spreadsheets were originally designed for one user. They’re great for
a single user or small number of users who don’t need to do a lot of
incredibly complicated data manipulation.
• Databases, on the other hand, are designed to hold much larger
collections of organized information—massive amounts, sometimes.
• Databases allow multiple users.

9
3/31/2020

Database Information Systems


• Data as input, which are processed to produce information
• Customer, sales, finance, production, and all functional units of a
business
• used across various industrial or service business sectors.
• A simplified database structure is a collection of interrelated two-
dimensional tables.
• Each table represents a business entity like a salesperson, a
department, a product, or an employee.
• Go to slides: Database Design Basics

Query
• “Relating” Two or More Tables by the Join Operation
• To complete the query, you must join the tables by linking the
common fields
• The names of the join fields are irrelevant; the names of the tables or
fields to be joined may be the same, but it is not required for an
effective join.
• Make a join by bringing in (adding) the tables needed. Next, decide
which fields you will join.
• Click-and-drag operation. Access inserts a line to signify the join.

10
3/31/2020

Query: Calculations
• Using Calculated Fields in Queries
• A calculated field is an output field made up of other field values.
• A calculated field is not a field in a table; it is created in the query
generator.
• The calculated field does not become part of the table—it is just part
of the query output.
• Understand this process by an example (lab session).

Final project: 8 case studies


1. Airline company
2. Credit Card Company
3. Online education company (Children’s English Education)
4. Travel Agent company
5. IT service company (providing software for hospitals)
6. Telecommunication Service Company (Cellphone service, internet)
7. Department store (with a loyalty program)
8. Logistic trucking company ( providing services for companies, rent
trucks and drivers transport goods between cities)

11
3/31/2020

Case: Best Buy’s Athena Database


Best Buy is constantly updating its entire customer database. Athena, targeted customer groups. In essence,
in-house customer database called however, helped Best Buy identify campaigns were being run in parallel,
Athena, named after the Greek students, likely-to-be-students, and as opposed to running one single
goddess of Wisdom. As with all well- the parents of likely-to-be-students mass campaign.
designed databases, the upgrades
were focused on making them based on online and offline Thanks to the well thought-out
relevant, so that targeted and interactions. These identified campaigns, the retailer realized a
customized messages can be sent to customer segments were then sent 17% increase in online comparable
its customers, as opposed to mass back-to-school promotion emails store sales during the second quarter
mailers. The targeted messaging was with items that had been identified of 2015. Further, the company did
made possible by an accurate for promotions. In other words, not spend money that they would
tracking of prior purchase behavior/ customers that did not fall into any of have on TV or print ads and
browsing history of their customers. the three groups did not receive these reinvested it into managing and
The impact of the Athena database upgrading Athena. The savings and
customized promotion emails, or
was witnessed during the 2015 back- upgrades have enabled them to use
to-school season. were not likely to even know of a Athena for their future plans that
back-to-school sale. Similar includes redesigning their wedding
Traditionally, the retailer had sent out promotional campaigns were registry program.
a generic message that promoted implemented for the back-to-college
everything from blankets to Source: Berg (2015).
and Labor Day periods for distinctly
stationeries to refrigerators for the

American Express and its


Database

12
3/31/2020

Class project:
Table relations

13

Potrebbero piacerti anche