Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
MySQL Made Simple For Beginners
Rating: 4.3 out of 5(18 ratings)
109 students

MySQL Made Simple For Beginners

Learn How to use MySQL which a popular open source database to write queries to perform basic database tasks
Last updated 3/2026
English

What you'll learn

  • Download and Install MySQL
  • Have a working knowledge of MySQL Workbench
  • Write Syntax for MySQL SELECT Statement
  • Write your own basic MySQL SELECT statement
  • Format your MySQL Queries
  • Get data from a database table
  • Choose columns from a database table to get data
  • Retrieve all data from a table

Course content

3 sections16 lectures1h 47m total length
  • Introduction3:50
  • What is MySQL3:08
  • Database Concepts4:57
  • Downloading and Installing MySQL12:17
  • What is MySQL Workbench6:14
  • Introduction To MySQL SELECT Statement9:52
  • MySQL Basics

Requirements

  • Download and Install MySQL(We'll cover that in the course)

Description

The MySQL relational database is used to store data that can be manipulated using queries. It is used a lot in web development and other areas. In this course we are only covering the basics which should enable you write your own queries to get data from a database.

MySQL is currently owned and supported by the database giant Oracle. There is a commercial licensed version of MySQL that can be purchased that comes with premium support.
MySQL is a popular ,reliable and scalable relational database management system that is used by lots of companies and establishments all over the world. For example the social networking site Pinterest and The Space company Nasa just to mention a couple.
In this basic beginners course, we'll introduce the concepts of relational database management systems in general, and how they relate to MySQL in particular.
This is a practical hands on course where I strongly encourage you to type along with me as I write some basic MySQL queries using the SELECT statement. At the end of this short course you will have the confidence and skill to write your own MySQL basic SELECT statements.

Here is what you will learn:

  • How to download and Install MySQL
  • What is MySQL
  • What are Database Concepts
  • What is MySQL Workbench
  • How to write syntax for SELECT Statement
  • How to write your own basic MySQL SELECT Statement

I look forward to welcoming you to this MySQL for beginners course.

Who this course is for:

  • Anyone new to Databases
  • People ineterested in learning new things
  • Anyone new to MySQL