We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf92e1 commit a57b711Copy full SHA for a57b711
README.md
@@ -2,6 +2,19 @@
2
3
# SQL Learning Guide
4
5
+## Project
6
+ - **Create Database**: Employee Report
7
+ - **Data Cleaning**: Change, Update, Modify...
8
+ - **Data Visualization**
9
+- 1. What is the total number of employees, and how many are there in each job title?
10
+- 2. What is the average salary by Job title?
11
+- 3. What is the distribution of experience levels within the company?
12
+- 4. What are the common work settings and their salaries?
13
+- 5. How does employee distribution vary by location?
14
+- 6. What is the salary range within each company size category?
15
+ 
16
+
17
18
## SQL Introduction
19
- What is SQL?
20
- Why Learn SQL?
0 commit comments