Skip to content

Commit f0ecd14

Browse files
committed
update readme
1 parent e9f01c6 commit f0ecd14

File tree

1 file changed

+79
-22
lines changed

1 file changed

+79
-22
lines changed

readme.md

Lines changed: 79 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,96 @@
1-
# MySQL Data Analysis Projects
2-
Compilation of MySQL data analysis related projects, notes and challenges.
1+
# SQL Data Analysis & Data Visualizaiton Projects
2+
Compilation of SQL data analysis related projects, notes and challenges.
33

4-
### Database and Tool
4+
### Built with
5+
+ SQL
56
+ MySQL
7+
+ PostgreSQL
8+
+ SQLite
69
+ MySQL Workbench
10+
+ pgAdmin
11+
+ DB Browser for SQLite
712
+ Tableau Public
813

9-
## Projects
10-
**Instagram Clone Project**: MySQL project which is a cloned mimic version of Instagram database. It is used to perform analysis for real world business related questions.
1114

12-
**Flim Rental Store**: perform data analysis for user behaviours, making data driven decisions, discovering marketing stats, finding actionable customer/business insights, Measuring and track marketing efforts.
15+
# Projects & Challenges
1316

14-
## SQL - Tableau Visualization Projects
15-
**SQL - MySQL for Data Analytics and Business Intelligence** : challenges are from [SQL - MySQL for Data Analytics and Business Intelligence](https://www.udemy.com/course/sql-mysql-for-data-analytics-and-business-intelligence/) which is an interesting course. See [details on Github](https://github.com/ptyadana/sql-tableau-data-analysis-visualization-projects).
17+
## [Instagram Clone Project](Instagram%20Clone%20Project)
18+
MySQL project which is a cloned mimic version of Instagram database.
19+
It is used to perform data analysis for real world business related questions and scenarios such as
20+
+ find out the rewarding system for the loyal users
21+
+ launching campaign to target the weekdays with the most user registerations
22+
+ encouraging inactive users to log in back to the system
23+
+ etc.
1624

17-
## SQL for Data-Analysis
18-
**SQL for Data-Analysis** : challenges are from [SQL for Data-Analysis](https://www.udacity.com/course/sql-for-data-analysis--ud198) by Udacity. See [details on Github](https://github.com/ptyadana/SQL-for-Data-Analysis).
1925

20-
## Digital Music Store - Data Analysis
21-
**Digital Music Store - Data Analysis** : See [details on Github](https://github.com/ptyadana/Data-Analysis-for-Digital-Music-Store).
26+
## [Flim Rental Store Project](SQL%20for%20Data%20Analysis%20-%20Weekender%20Crash%20Course)
27+
MySQL data analysis project in helping Flim Rental Store to
28+
+ perform data analysis for user behaviours
29+
+ discover marketing stats
30+
+ find actionable customer/business insights
31+
+ measure and track marketing efforts
32+
+ etc.
2233

23-
## Challenges
24-
**Ultimate MySQL** : challenges are from Udemy course [The Ultimate MySQL Bootcamp: Go from SQL Beginner to Expert](https://www.udemy.com/course/the-ultimate-mysql-bootcamp-go-from-sql-beginner-to-expert/) which is an amazing course.
2534

26-
**SQL Code Challenges** : challenges are from Lynda course [SQL Code Challenges](https://www.lynda.com/SQL-tutorials/SQL-Code-Challenges/2825725-2.html) which has 2 projects:
27-
- **In the Restaurant** - helping the Restaurant to manage customer information, reservations, orders and party invities in for Restaurant 20th Anniversary.
28-
- **At the Library** - helping the Library to manage the books statistics, check out and loan process, managing on due loans, encouraging patrons, etc.
29-
30-
**SQL 30 Questions**: challenges from Skillshare course [Skill Share - 30 Simple SQL Interview Queries](https://www.skillshare.com/classes/SQL-Interview-30-Simple-SQL-Interview-Queries-in-2019/809081836).
35+
## [Company Employee - SQL & Tableau Visualization Project](https://github.com/ptyadana/SQL-Tableau-Data-Analysis-Visualization-Projects)
36+
MySQL & Tableau integration project for analyzing employee data and visualizing the findings across the departments for management including
37+
+ What is breakdown between the male and female employees working in the company each year, starting from 1990?
38+
+ What is the number of male managers to the number of female managers from different departments for each year, starting from 1990?
39+
+ What is the average salary of female versus male employees in the entire company until year 2002? Need to filter out by departments.
40+
+ etc.
41+
42+
43+
## [Parch & Posey Company Data-Analysis Project](https://github.com/ptyadana/SQL-for-Data-Analysis)
44+
PostgreSQL project for helping fictional company called Parch & Posey for
45+
+ managing the Orders,
46+
+ finding out the relationship with different Accounts
47+
+ monitoring the performance of Sales Reps
48+
+ etc.
49+
50+
51+
## [Digital Music Store - Data Analysis Project](https://github.com/ptyadana/Data-Analysis-for-Digital-Music-Store)
52+
PostgreSQL Data Analysis project to help Chinook Digital Music Store to help how they can optimize their business opportunities and to help answering business related questions.
53+
+ countries with most invoices
54+
+ city with best customers
55+
+ finding out who the best customer is
56+
+ etc.
57+
58+
## [Restaurant & Library - Information & Patrons ](SQL%20Code%20Challenges%20-%20Lynda)
59+
SQLite project for
60+
+ **In the Restaurant** - helping the Restaurant to manage customer information, reservations, orders and party invities in for Restaurant 20th Anniversary.
61+
+ **At the Library** - helping the Library to manage the books statistics, check out and loan process, managing on due loans, encouraging patrons, etc.
62+
63+
64+
------------
65+
66+
67+
## [Ultimate MySQL](Ultimate%20MySQL)
68+
+ data analysis challenges for Books and Authors
69+
+ Udemy Course: [The Ultimate MySQL Bootcamp: Go from SQL Beginner to Expert](https://www.udemy.com/course/the-ultimate-mysql-bootcamp-go-from-sql-beginner-to-expert/)
70+
71+
## [Complete SQL Mastery](Complete%20SQL%20Mastery%20-%20Mosh)
72+
+ handling and analyzing Large Ecommerce Store for clients, payments, invoices, products and shipping information.
73+
+ Course: [Complete SQL Mastery](https://codewithmosh.com/p/complete-sql-mastery)
74+
75+
## [SQL Code Challenges](SQL%20Code%20Challenges%20-%20Lynda)
76+
+ **In the Restaurant** - helping the Restaurant to manage customer information, reservations, orders and party invities in for Restaurant 20th Anniversary.
77+
+ **At the Library** - helping the Library to manage the books statistics, check out and loan process, managing on due loans, encouraging patrons, etc.
78+
+ Lynda Course: [SQL Code Challenges](https://www.lynda.com/SQL-tutorials/SQL-Code-Challenges/2825725-2.html)
79+
80+
## [SQL 30 Questions](SQL%2030%20Questions)
81+
+ challeges your SQL knowledge with those SQL questions
82+
+ Skillshare Course: [30 Simple SQL Interview Queries](https://www.skillshare.com/classes/SQL-Interview-30-Simple-SQL-Interview-Queries-in-2019/809081836)
83+
84+
## [SQL Queries - Practice your SQL Knowledge](SQL%20Queries%20-%20Practice%20your%20SQL%20Knowledge)
85+
+ challeges your knowledge with those SQL questions
86+
+ Skillshare Course: [SQL Queries: Practice your SQL Knowledge!](https://www.skillshare.com/classes/SQL-Queries-Practice-your-SQL-Knowledge/465058562)
87+
88+
## [SQL for Data Analysis - Weekender Crash Course](SQL%20for%20Data%20Analysis%20-%20Weekender%20Crash%20Course)
89+
+ beginner challenges with fun instructors.
90+
+ Udemy Course: [SQL for Data Analysis: Weekender Crash Course](https://www.udemy.com/course/sql-for-newbs/)
3191

32-
**SQL Queries - Practice your SQL Knowledge**: challenges from Skillshare course [SQL Queries: Practice your SQL Knowledge!](https://www.skillshare.com/classes/SQL-Queries-Practice-your-SQL-Knowledge/465058562).
3392

34-
**SQL for Data Analysis - Weekender Crash Course**: challenges from Udemy course [SQL for Data Analysis: Weekender Crash Course](https://www.udemy.com/course/sql-for-newbs/) which is meant for beginner. But I found it quite fun to watch the instructors. Project is "Flim Rental Store".
3593

36-
**Complete SQL Mastery**: challenges from [Complete SQL Mastery](https://codewithmosh.com/p/complete-sql-mastery).
3794

3895
## License
3996
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

0 commit comments

Comments
 (0)