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


This complete SQL bootcamp will take you from beginner to master

What you will learn

Learn how to create and deal with databases

Learn CRUD operations and how to use them to make use out of your database

Grasp the concept of SQL clauses, functions, data types

How to write simple to complex SQL queries

Description

You will learn to write SQL queries like a pro by building a real-world blog database

Here is a list of some of the things you will get after this course:

How to create your first database

How to create and delete your tables

How to perform CRUD operations

How to use SQL complex constraints

Running your first query

learn how to use Alters to tweak your columns and tables

learn and perform functions

create and understand complicated joins and unions and more..

More Specifically :

1-create database

2-create and deleting tables

3-insert

4-update and delete

5-data types

6-Conditional & comparison operators


Get Instant Notification of New Courses on our Telegram channel.


7-basic queries

8-constraints (primary key, foreign key, and indexes)

9-functions (SUM-MIN-AVG-MAX-COUNT)

10-clauses (WHERE, ORDER by, DISTRICT, IN, GROUP By,)

11-alters

12-aliases

13-joins (INNER-RIGHT-LEFT)

14-UNIONS

15-wild cards

16-views

17-creating functions

18-triggers

Pretty cool huh? I hope you are ready for this journey 🙂

English
language

Content

Introduction

Introduction
2-Xampp (PHPmyadmin)installation

Getting Started With Databases

3-Creating a database
4-Creating tables
5-More about tables
6-Inserting into tables
7-Updating and deleting
8-Data types
9-Conditional and comparison operators

Constraints

10-Primary keys
11-Foreign keys
12-Indexes
13-Unique indexes

SQL Functions

14-Functions part one
14-Functions part two

SQL Clauses

16-Basic queries and where claueses
17-Order by
18-Distinct
19-In
20-Group by

Alters

21-Alters part one
22-Alters part two
23-Alters part three

All About Joins and SQL Relations

24-Aliases
25-Inner joins
26-Left and right joins
27-Unions

Wild Cards

28-Wild cards part one
29-Wild cards part two

More Advanced Areas of SQL

30-Views
31-Creating functions
32-Triggers