Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
SQL For Beginners: Learn to communicate with databases
Rating: 4.4 out of 5(136 ratings)
12,264 students

SQL For Beginners: Learn to communicate with databases

Learn Practical Real World Enterprise SQL Skills
Last updated 3/2026
English

What you'll learn

  • Create a Database
  • Create a Table
  • Insert data into a Table
  • Update data inside a Table
  • Delete data from a Database
  • Query and retrieve data from a Database
  • Sorting data retrieved from a Table
  • Grouping Data
  • Using Subqueries
  • Extract and join data from multiple Tables
  • Filter data using WHERE Clause
  • Query data with various Operators
  • Perform calculations on data using Aggregate Functions

Course content

7 sections49 lectures4h 41m total length
  • Introduction2:14
  • Overview of SQL2:17
  • What is SQL4:32
  • What is MySQL3:31
  • Download and Install MySQL (Windows)14:55
  • MySQL Installation ( Macs )6:58
  • What is MySQL Workbench6:04
  • Installing MySQL Workbench on Macs5:36
  • Basic Database Concepts9:00
  • What is a Schema4:50
  • Setting up default database in MySQL5:03
  • Showing existing database2:57
  • Showing existing tables2:40
  • Create your first database2:03
  • Create your first table6:59
  • Basic MySQL Commands2:40

Requirements

  • Basic understanding of using a computer
  • Basic understanding of using the internet

Description

Why Learn SQL?

We live in a data-driven world: people search through data to find insights to inform strategy, marketing, operations, and a plethora of other categories. There are a ton of businesses that use large, relational databases, which makes a basic understanding of SQL a great employable skill not only for data scientists, but for almost everyone.

Almost all applications you interact with on a daily basis involves data which are stored in databases . Applications such as Facebook, Instagram, Whatsapp, Twitter, Hospitals ,Banks etc all interacts with data stored in databases.

SQL is the language used to interact with the data inside these databases. SQL skills are always in demand due to the ever increasing use and reliance of data.

In this  beginners course, you will learn the building blocks of SQL by interacting with a MySQL database. From creating a brand new table, up through organizing and aggregating data across multiple tables, you will learn the fundamental skills of SQL — and you’ll be prepared to apply them right away.


Topics include:

  • Creating database and tables

  • Retrieving data from database table

  • Updating data inside a table

  • Deleting data inside a database table

  • Filtering data returned from  a database table

  • Sorting data returned from a database table

  • Retrieving data using various operators

  • Combining data from multiple tables

  • Using aggregate functions to manipulate data.

  • Using subqueries


Take-Away Skills:

In this course, you’ll learn how to communicate with relational databases through SQL.



Who this course is for:

  • Beginners to SQL
  • Beginners to Programming
  • Beginners to Web Development