• Post category:StudyBullet-7
  • Reading time:5 mins read


Get started with MySQL query language from scratch with hands-on exercises in this beginner friendly MySQL tutorial!

What you will learn

Learn SQL from Scratch

Understand the basics of Python language

Use MySQL Workbench to write their Python programs

Learn all SQL Basics and its use cases in the real world and slowly move on to advance level.

Description

Have you heard that database skills are essential for developers to be skilled in and understand?

Are you wanting to understand SQL and databases in general, but don’t know where to start?

Maybe you have a pressing need to learn about Database Design and/or Data Analysis but have not found a good place to learn.

Or perhaps you are a developer who wants to improve your career options by having skills in SQL and MySQL, one of the worlds most popular databases.

Whatever the reason you have arrived here, this course will…

Help you understand and apply SQL with MySQL, including Database Design and Data Analysis.


Get Instant Notification of New Courses on our Telegram channel.


Having database skills is absolutely vital for developers to avoid getting left behind and to maximise job and consulting opportunities.

Key concepts you will learn and work with in this course.

SQL (Structured Query Language – very much an in-demand technology).
MySQL (one of the worlds most popular and widely used databases).
Database Design
Data Analysis

The database design section (normalization and relationships) isn’t covered in the majority of SQL courses on Udemy. You will struggle to find another MySQL course that has a section on this. This section alone, will give you a huge edge over other applicants for jobs.

Through the course you will go through creating an example database for a cinema online booking system using concepts taught in the database design section.

Creating, Modifying and Deleting Tables in a Database (DDL)
Inserting, Updating and Deleting Data from Tables (DML)
Select Queries
Joins
Aggregate Functions
Subqueries
Database Design
Creating Databases.

English
language

Content

Introduction

Introduction
Installation and Setup

Pilot

Select Statement
Where Statement
Sorting
Null Values

Operators

Conditional Operators
Wildcard LIKE Operator
IN Operators
Between Operators
Union Operators

Joins

Inner join
Left Join
Right Join
Self Join

Functions

Aggregate Function
Group By
Having Clause

Databases And Tables

Database
Table-1
Table-2
Insert-1
Insert-2

Constraints

NOT NULL Constraint
Default Constraint
Unique Constraint
Primary Key
Foreign Key