Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
SQL Programming For Beginners
Rating: 3.7 out of 5(20 ratings)
2,320 students

SQL Programming For Beginners

Learn how to interact with Databases using SQL
Last updated 3/2026
English

What you'll learn

  • Install a database server
  • Request data from a table
  • Create stored procedure
  • Modify a stored procedure
  • Add data to a table
  • Modify existing data in a table
  • Extract data from multiple tables
  • Aggregate data

Course content

7 sections44 lectures3h 59m total length
  • Introduction and Database Setup1:16
  • Overview of programming with SQL2:17
  • What is SQL2:29
  • Database Concepts9:00
  • What is MySQL3:31
  • Download and Install MySQL (Windows)14:55
  • What is MySQL Workbench6:02
  • MySQL Installation (Mac)6:58
  • MySQL Workbench Installation (Mac)5:36
  • User Accessibility Options5:49
  • What is a Schema2:50
  • Data Types6:56

Requirements

  • Computer and Internet connection are required.

Description

Our world is driven by data and a lot of that data is stored in databases. In order to unlock the information and insights stored in databases, we need a way of asking for data. One common language for asking about and modifying data in databases is SQL. SQL in some form or another is used in database products across the spectrum. From small SQLite databases in mobile devices to my MySQL servers, hosting data for blogs and other apps, to enterprise scale Oracle and Microsoft SQL server databases running multi-billion dollar corporations.

The goal for this course is to get you comfortable working with the basics of the language, using MySQL. We'll look at how to get information from more than one database table, and I'll introduce some more features and functions of SQL.

After that, we'll take a look at adding and modifying data in tables that already exist in a database. This course will help prepare you to work with SQL in programming or data reporting applications, and it will provide a foundation for deeper learning about database administration, advanced SQL, and developing with data.

SQL (Structured Query Language) is a common tool for retrieving data from relational databases such as SQL Server, MySQL, MongoDB, and PostgreSQL. This course provides an introduction to this core programming language. Learn how to request data from a  database server, limit and sort the responses, aggregate data from multiple tables with joins, and edit and delete data.

Topics include:

  • Installing MySQL

  • What is SQL?

  • Requesting for data with SELECT

  • Limiting database responses

  • Organizing responses

  • Requesting for data from two or more tables

  • Understanding join types and data types

  • Using stored procedure

  • Removing duplicate records

  • Adding and modifying data in a table

Who this course is for:

  • Beginners to SQL
  • Beginners to MySQL
  • Anyone who wants to learn something new