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




Basic MySQL Database and Complete SQL Course for Beginners with so many Practical Example

What you will learn

 

 

Learn SQL Queries from Basics.

 

Learn the process of handling Complex Queries.

 

Learn how to manage database in MySQL.

 

Learn SQL queries to explore and analyze databases using MySQL.

 

Description

 

Now-a-days, everyone should have a sound knowledge in maintaining databases. You may be an IT expert, Business professional or in any other profession, if you don’t know how to maintain data then you would not feel comfortable with your profession.

SQL and MySQL, both are the powerful tools for managing and analyzing relational databases. In this course you are going to learn both of them.

Each topics of the course have been demonstrated in MySQL Prompt that may enable you to understand the process of writing a high quality SQL.

The Instructor of this course has a Master’s degree in Computer Science and Engineering with 15+ years of experience. He teaches in a very fundamental level and prepares you to learn in an expertise level.

If you are seriously interested in learning a Database with so many practical example then the Course may be a best choice for you.

Enroll in this course and take an opportunity to learn a very on-demand skill.

 

     Course Content

—————————-

=> Introduction

Introduction to Database,  SQL and MySQL

=> Data Definition Language (DDL)

CREATE, ALTER, RENAME, DROP


Get Instant Notification of New Courses on our Telegram channel.


=> Data Manipulation Language (DML)

INSERT, UPDATE, DELETE

=> Data Query Language (DQL)

SELECT, ORDER BY, WHERE, IN, HAVING, LIKE, DISTINCT etc.

=> DQL in Multiple Table

JOIN Concepts, LEFT Join, RIGHT Join, FULL OUTER Join, SELF Join

=> Transaction Control Language (TCL)

       COMMT, ROLLBACK, SAVEPOINT etc.

=> MySQL Functions

        Numeric, String, Date etc.

 

 

 

English
language

 

Content

 
Introduction
Introduction to Database
Introduction to SQL
Introduction to MySQL
MySQL Installation Proces
Introduction to Database, SQL and MySQL
Dada Defination Languge (DDL)
Data Types (INT, FLOAT, CHAR, VARCHAR, DATE etc.)
Creating a Database (CREATE DATABASE)
Creating a new Table (CREATE TABLE)
Creating Duplicate Table (CREATE TABLE)
Constraints (NOT NULL, UNIQUE, CHECK, PRIMARY KEY etc.)
Adding Column in a Table (ALTER)
Modifying and Deleting a Column in a Table(ALTER)
Renaming, Deleting All Data and Deleting a Table (RENAME, TRUNCATE , DROP)
DATA DEFINATION LANGUAGE (DDL)
Data Manipulation Language (DML)
Inserting Rows in a Table (INSERT INTO)
Updating Fields Values in a table (UPDATE)
Deleting Rows in a table (DELETE)
DATA MANIPULATION LANGUAGE (DML)
Data Querying Language (DQL)
Displaying Records (SELECT)
Displaying Records in an Order (ORDER BY ASC / DESC)
Displaying Records as per Criteria (WHERE)
Displaying Records as per Criteria with multiple values (IN)
Grouping Records as per specific values (GROUP BY)
Displaying Records within a specified range (BETWEEN)
Displaying Records as per Aggregate function as criteria (HAVING)
Displaying Records as per a Specified Similar values (LIKE)
Displaying Records with Unique values (DISTINCT)
Sub Query / Inner Query – Query within an another Query
DATA QUERY LANGUAGE (DQL)
DQL in Multiple Table
Referencial-integerity-CONCEPT
Referencial-integerity-PRACTICAL
JOIN-CONCEPT
INNER Join
Multiple INNER Join
LEFT Join
RIGHT Join
FULL-OUTER-Join
Self Join
DATA QUERY LANGUAGE (MULTIPLE TABLE)
TRANSACTION CONTROL Language (TCL)
TCL- CONCEPT
TCL-PRACTICAL
TRANSACTION CONTROL LANGUGAGE (TCL)
MySQL Functions
Numeric Functions
String Functions
Date Functions
MySQL Functions