Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
EssentialSQL: Get Started Learning SQL
Rating: 4.5 out of 5(294 ratings)
8,583 students

EssentialSQL: Get Started Learning SQL

Write Queries in PostgreSQL, MySQL, SQL Server, Oracle, or SQLite | Crash Course | Beginner | Interview Prepare
Created byKris Wenzel
Last updated 8/2023
English

What you'll learn

  • Learn how to get started learning SQL
  • Learn the basic structure of the SQL SELECT statement
  • Understand how to INSERT, UPDATE, and DELETE data from a table
  • Learn to write queries to sort, filter, and group data.
  • Learn how to combine data from two tables using Joins and Subqueries.
  • Learn SQL in easy to understand English.

Coding Exercises

This course includes our updated coding exercises so you can practice your skills as you learn.

See a demo
Image of coding exercise example

Course content

9 sections13 lectures1h 16m total length
  • Introduction1:32
  • Relational Databases and Tables4:08

    Here is the super quick low-down on relational database tables and table structure.

  • What Version of SQL Should I Use?5:03

    Choosing which product to use can be intimidating.  Let's talk about the whether you should learn MySQL, PostgreSQL, SQLite, SQL Server, or Oracle.

Requirements

  • No programming experience is required. All of the course exercises are conducted online. You don't need to install anything on your computer!
  • Learn SQL in easy to understand English. I promise to make it easy for you to understand.

Description

Welcome to EssentialSQL's Get Started Learning SQL course!  This 7-day course is designed to get you started learning SQL today.  I designed it as a seven day course, not because it will take you seven day to complete, but to make it easier for you to digest.  To be honest, work it at any pace you find comfortable.


Here is what we are going to do!


On Day 1, you'll learn the basics of SQL, including SELECT statements and how to write basic queries. You'll learn how to select columns and use expressions in your queries. You'll then have the opportunity to practice what you've learned with a set of exercises.


On Day 2, you'll dive deeper into filtering data with the WHERE clause. You'll learn about comparison and logical operators and how to use the LIKE operator. You'll get to apply your newfound skills with a set of practice exercises.


Day 3 is all about sorting data with ORDER BY. You'll learn how to use the ORDER BY clause and how to sort by multiple columns. You'll then practice sorting data with a set of exercises.


On Day 4, you'll learn how to manipulate data with INSERT, UPDATE, and DELETE statements. You'll learn how to add, modify, and remove data from tables, and then you'll practice these skills with exercises.


Day 5 is all about aggregating data with GROUP BY. You'll learn how to use the GROUP BY clause and how to use aggregate functions like COUNT, SUM, AVG, MIN, and MAX. You'll then have the opportunity to practice what you've learned with a set of exercises.


On Day 6, you'll learn about joining tables. You'll learn about the INNER join, and how to join multiple tables. You'll then practice what you've learned with a set of exercises.


Finally, on Day 7, you'll learn about subqueries. You'll learn what they are and how to use them in SELECT statements and WHERE clauses. You'll then get to practice your skills with a set of exercises.


By the end of this course, you'll be starting to learn SQL and be able to write basic queries, manipulate data, and use cool techniques like grouping and joining.

Who this course is for:

  • Anyone looking to get started learning SQL
  • Business Analysts working in Excel and wanting to check out database queries.
  • Job candidates that need a crash course on SQL so they can answer some basic interview questions.
  • Students that need to quickly learn SQL.