• Post category:StudyBullet-3
  • Reading time:6 mins read


Learn to write SQL queries, with Workbench, for first-time coders

What you will learn

Write SQL queries in a simple way

Analyzing the data – Single table and multiple tables with JOIN

Problem solving by hands-on practicing with a real world data case

Learn how to extract, sort, filter and group the data efficiently

Get life time access with resources and certificate upon completion

Description

In this Crash Course you will play a role of business analyst who works in a DVD rental shop
You will use only MySQL database and MySQL Workbench to achieve the objectives the are required by the manager who needs you to analyze the data

Don’t I will be there for you, guiding you to from start to finish and assist you in your homework and project to explore MySQL database ( Community Server and MySQL Workbench)

Course Outline:

  • Into to SQL :I will start a quick intro to database and data analysis and how we can use SQL in database analysis
  • MySQL (Community and Server ) :we will install MySQL the community and connect MySQL Workbench to the Server and then how to connect our source database to the server and an introduction to database structure
  • Data Analysis – Single Tables – Part 1:In this section we’ll start exploring and extracting information from individual tables in our MySQL database, and practice writing SQL queries to select, filter, sort and group our data.
  • Data Analysis – Single Tables – Part 2:In this section, we’ll review the most common types of SQL joins (INNER, LEFT, RIGHT, OUTER, etc), and explore some more complex MySQL queries to analyze data that bridges multiple tables in our database.
  • Course Project :[FINAL MYSQL PROJECT]This Crash course is Targeted for Students :
  • Students looking for hands -on practicing MySQL data analysis
  • Analysts and business intelligence professionals looking to analyze data stored in database system
  • Anyone looking to pursue a career in data analysis or business intelligence
  • Excel users looking to enhance their level into business intelligence and database

You will get a life time access and a certificate upon completion


Get Instant Notification of New Courses on our Telegram channel.


30-day money back guarantee

I am sure you gonna love the course, so let’s dig in

This course gives you a deep, 100% comprehensive understanding of database fundamental ( Database administration will not covered in this course) ,and writing SQL code while analyzing the data. including sorting, filtering, and grouping, and connecting tables together and guide you through interactive, hands-on project every step of the way.

English
language

Content

Introduction
Data Analysis and Business Intelligence By SQL – Intro
Data analysis & Building interactive dashboard
SQL Server Download
3.Connecting workbench to server
Data Analysis – Single Table
Database Fundamental
5.SELECT and FROM Statements
6.SELECT Distinct
Where Clause and Where Operators
WHERE and AND
WHERE and OR
WHERE and IN
11.Like Operator
12.Group By
13.Comment and Aliases
The HAVING Statement
Order By
Data Analysis – Single Table – Part 2
CASE Statement
Pivoting the Data
Data Analysis – Multiple Tables with JOIN
Normalization and Cardinality
Join Types
INNER Join
LEFT Join
Snowflake and Bridging
UNION
Multi Table – Quiz
Course Project
Course Project Intro
Project Solution