SQL Project Description
SQL Project Description
SQL:-
Project 1:
Domain :-
Marketing Campaign Analysis
Skills :-
SQL
Description :-
XYZ Paints Inc. is a paint company which was recently launched in 2019. Since then, they have
established their name in top tier 1 and 2 cities (slowly expanding to tier 3 cities as well).
They have orders coming from household, industrial and government sectors. In recent years, they are
seeing quite a steady growth and would like to continue that in future.
They have hired you as a Data Scientist in their data consulting team which offers services across various
departments such as sales, marketing, logistics, etc.
They have given you a sample of data from their databases. You have to work on some of the pain
points of the marketing team like consumer growth, lead conversions, etc. as well as help them work on
new set of campaigns or doing market basket analysis.
In Metabase, inside the “mysql” database, you can find the specified tables.
Name of the tables:
Customer
Item
CustomerTransactionData
CouponMapping
CityData
Campaign
To learn more about Metabase, please refer to the Introduction to Metabase (A Tool to Interact with
SQL) lesson in the module.
In this project you will tested on the following concepts:
Data Filtering with SQL Operators
Aggregating and Sorting Functions
String, Math, and DateTime Functions
JOINS and Subqueries
Windows Function
Case Statement, Procedures, Functions and Views
Project 2:
Domain :-
Retail Management System
Skills :-
SQL
Description :-
Consider a fictional retail supermarket “K-mart” situated in different cities across India. This
supermarket is a fast growing supermarket due to their services and variety of items they provide under
a single roof. They also provide good discounts and coupons to the customers from time to time.
In this problem, the supermarket wants to input the data in a database quickly and efficiently so that
they will get quick and actionable insights.
You have been hired as a data scientist and it's your responsibility to not only create the database but
also get actionable business insights for the stakeholders.
Project 3:
Domain :-
Intro to School Management System
Skills :-
SQL
Description :-
Consider a fictional School “ABC Public School” situated in Delhi-NCR. This school has classes from 6th
standard to 10th standard but they have just started gathering all the school data in a database.
Therefore, we have limited data for class 8th, 9th and 10th.
In this problem, school management wants to input the data in the database quickly and efficiently so
that they will get quick and actionable insights as fast as possible.
You have been hired as a data scientist and it's your responsibility to not only create the database but
also get actionable business insights for the stakeholders.
Let’s revisit the School schema once more…
Please find the associated tables in Metabase, inside the “mysql” database.
Use the tables to perform the tasks in this capstone. To learn more about Metabase, please refer to the
Introduction to Metabase (A Tool to Interact with SQL) lesson on the module.
Consider the scenario that a School has to fund different societies within the school. They have to
identify certain characteristics of each society in order to determine the allocation of funds.
Project 4:
Domain :-
Employee Management System
Skills :-
SQL
Description :-
A company is in need of a system to manage and store information about its employees. The company
wants to track employee information such as employee ID, first name, last name, department, salary,
hire date and email.
Table: Employee_hr_data
Employee_ID First_Name Last_Name Department Salary Hire_Date