Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA CompTIA Security+ Amazon AWS Microsoft AZ-900
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Personal Transformation Mindfulness Life Purpose Meditation CBT Emotional Intelligence
Web Development JavaScript React CSS Angular PHP Node.Js WordPress Vue JS
Google Flutter Android Development iOS Development React Native Swift Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
Microsoft Power BI SQL Tableau Business Analysis Data Modeling Business Intelligence MySQL Data Analysis Blockchain
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Business Plan Startup Freelancing Online Business Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
Development Web Development SQL

The Complete SQL Course 2021: Become a MYSQL Master

This complete SQL bootcamp will take you from beginner to master
Rating: 3.7 out of 53.7 (1,052 ratings)
89,828 students
Created by Web Coding
Last updated 4/2021
English
English [Auto]
30-Day Money-Back Guarantee

What you'll 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

Course content

11 sections • 41 lectures • 2h 38m total length

  • Preview08:34
  • 2-Xampp (PHPmyadmin)installation
    05:26
  • QUIZ ZERO
    3 questions

  • IMPORTANT NOTE
    00:06
  • IMPORTANT --BEFORE YOU START--
    01:40

  • 3-Creating a database
    01:47
  • 4-Creating tables
    03:22
  • Preview01:25
  • 6-Inserting into tables
    02:47
  • 7-Updating and deleting
    03:40
  • 8-Data types
    03:05
  • 9-Conditional and comparison operators
    03:31
  • Creating tables
    1 question
  • Inserting data
    1 question
  • Updating data
    1 question
  • Deleting tables
    1 question
  • QUIZ ONE
    3 questions

  • 10-Primary keys
    05:09
  • 11-Foreign keys
    06:36
  • 12-Indexes
    03:11
  • 13-Unique indexes
    02:58
  • Priamry Keys
    1 question
  • Foreign Keys
    1 question
  • Indexes
    1 question
  • Unique indexes
    1 question
  • QUIZ TWO
    3 questions

  • 14-Functions part one
    02:20
  • 14-Functions part two
    03:34
  • Functions pt.1
    1 question
  • Functions pt.2
    1 question
  • QUIZ THREE
    2 questions

  • 16-Basic queries and where claueses
    04:20
  • 17-Order by
    02:47
  • 18-Distinct
    04:39
  • Distinct Clause
    00:10
  • 19-In
    04:24
  • 20-Group by
    07:09
  • Top Clause
    00:16
  • Limit Clause
    00:07
  • Having Clause
    00:21
  • Quiz FOUR
    3 questions
  • Basic select statement
    1 question
  • select based on parameters
    1 question
  • Where
    1 question
  • Order by
    1 question
  • In
    1 question
  • Limit
    1 question

  • 21-Alters part one
    03:25
  • 22-Alters part two
    05:22
  • 23-Alters part three
    05:16
  • Alters pt.1
    1 question
  • Alters pt.2
    1 question
  • QUIZ FIVE
    2 questions

  • 24-Aliases
    04:26
  • 25-Inner joins
    07:07
  • 26-Left and right joins
    05:38
  • 27-Unions
    05:39
  • Joins
    1 question
  • Aliases
    1 question
  • Unions
    1 question
  • QUIZ SIX
    3 questions

  • 28-Wild cards part one
    06:49
  • 29-Wild cards part two
    04:37
  • Wild Cards pt.1
    1 question
  • Wild Cards pt.2
    1 question
  • QUIZ SEVEN
    4 questions

  • 30-Views
    08:45
  • 31-Creating functions
    07:28
  • 32-Triggers
    09:04
  • Temp tables
    00:28
  • Stored procedure
    00:25
  • Stored procedure
    1 question
  • Views
    1 question
  • QUIZ EIGHT
    5 questions

Requirements

  • Just a computer

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

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 :)



Who this course is for:

  • Anyone interested in learning SQL, MYSQL for software engineering, data analysis or big data

Instructor

Web Coding
Developer || Instructor || Blogger
Web Coding
  • 3.9 Instructor Rating
  • 1,263 Reviews
  • 122,205 Students
  • 6 Courses

I am Mohamed Hassan. I am a full stack developer mostly focused on PHP, Python and Javascript. I like to help students and newcomers in the world of programming. When I first started off with coding years ago, I made a lot of mistakes and I want you to avoid them. If you have any questions, reach out to me on my social media :)

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.